Skip to content

Commit 7731821

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f01539f commit 7731821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# - 8080:8080
2424

2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
with:
2828
submodules: recursive
2929

@@ -72,7 +72,7 @@ jobs:
7272
# if: github.ref == 'refs/heads/main'
7373
# steps:
7474
# - name: Checkout
75-
# uses: actions/checkout@v3
75+
# uses: actions/checkout@v4
7676
# with:
7777
# fetch-depth: 0
7878
# - name: Setup Node.js

0 commit comments

Comments
 (0)