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.
2 parents 5d30970 + bf835a7 commit 7da7b74Copy full SHA for 7da7b74
.github/workflows/release-ghr.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: checkout
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
with:
16
fetch-depth: 0
17
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
sdk: [stable]
18
19
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
21
- uses: dart-lang/setup-dart@v1
22
23
sdk: ${{ matrix.sdk }}
@@ -38,7 +38,7 @@ jobs:
38
needs: tests
39
40
41
42
43
44
sdk: stable
0 commit comments