Skip to content

Commit 1977681

Browse files
authored
Merge pull request #3 from radxa-pkg/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 0cb4a12 + ef0e287 commit 1977681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
with:
1414
submodules: recursive
1515
fetch-depth: 0
@@ -36,7 +36,7 @@ jobs:
3636
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'main' }}
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040
with:
4141
submodules: recursive
4242
fetch-depth: 0

0 commit comments

Comments
 (0)