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 2f601aa commit 86af1fdCopy full SHA for 86af1fd
pkgs/html/.github/workflows/test-package.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
steps:
17
- - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
18
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
19
with:
20
sdk: dev
@@ -34,7 +34,7 @@ jobs:
34
os: [ubuntu-latest]
35
sdk: [2.19.0, stable, dev]
36
37
38
39
40
sdk: ${{ matrix.sdk }}
0 commit comments