We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8091fdf commit 60f83a2Copy full SHA for 60f83a2
pkgs/html/.github/workflows/test-package.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
steps:
17
- - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
+ - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
18
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
19
with:
20
sdk: dev
@@ -34,7 +34,7 @@ jobs:
34
os: [ubuntu-latest]
35
sdk: [3.2, stable, dev]
36
37
38
39
40
sdk: ${{ matrix.sdk }}
0 commit comments