Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 91649d2

Browse files
committed
blast_repo fixes
github-actions, no-response
1 parent 5bf22ef commit 91649d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
matrix:
2323
sdk: [dev]
2424
steps:
25-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
26-
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
25+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
26+
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
2727
with:
2828
sdk: ${{ matrix.sdk }}
2929
- id: install
@@ -49,8 +49,8 @@ jobs:
4949
os: [ubuntu-latest]
5050
sdk: [3.2, dev]
5151
steps:
52-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
53-
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
52+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
53+
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
5454
with:
5555
sdk: ${{ matrix.sdk }}
5656
- id: install

0 commit comments

Comments
 (0)