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 1f7531b commit ad36f56Copy full SHA for ad36f56
pkgs/watcher/.github/workflows/test-package.yml
@@ -22,7 +22,7 @@ jobs:
22
matrix:
23
sdk: [dev]
24
steps:
25
- - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
+ - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
26
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
27
with:
28
sdk: ${{ matrix.sdk }}
@@ -48,7 +48,7 @@ jobs:
48
os: [ubuntu-latest, macos-latest, windows-latest]
49
sdk: [3.0.0, dev]
50
51
52
53
54
0 commit comments