Skip to content

Commit 7da7b74

Browse files
authored
Merge pull request #17 from SphericalKat/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 5d30970 + bf835a7 commit 7da7b74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-ghr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
sdk: [stable]
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- uses: dart-lang/setup-dart@v1
2222
with:
2323
sdk: ${{ matrix.sdk }}
@@ -38,7 +38,7 @@ jobs:
3838
needs: tests
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242
- uses: dart-lang/setup-dart@v1
4343
with:
4444
sdk: stable

0 commit comments

Comments
 (0)