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 7622bdd commit c64b9a7Copy full SHA for c64b9a7
.github/workflows/test-package.yml
@@ -22,7 +22,7 @@ jobs:
22
matrix:
23
sdk: [dev]
24
steps:
25
- - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
26
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
27
with:
28
sdk: ${{ matrix.sdk }}
@@ -49,7 +49,7 @@ jobs:
49
os: [ubuntu-latest]
50
sdk: [3.0, dev]
51
52
53
54
55
0 commit comments