We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c0dd5 commit df54f0dCopy full SHA for df54f0d
.github/workflows/test-package.yml
@@ -22,7 +22,7 @@ jobs:
22
matrix:
23
sdk: [dev]
24
steps:
25
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
+ - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
26
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
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