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 c59b6d4 commit d8e9f3dCopy full SHA for d8e9f3d
.github/workflows/test-package.yml
@@ -22,7 +22,7 @@ jobs:
22
matrix:
23
sdk: [dev]
24
steps:
25
- - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
26
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
27
with:
28
sdk: ${{ matrix.sdk }}
@@ -49,7 +49,7 @@ jobs:
49
os: [ubuntu-latest]
50
sdk: [2.18.0, dev]
51
52
53
54
55
0 commit comments