Skip to content

Commit cf84026

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] <support@github.com>
1 parent f9d36dc commit cf84026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
test:
44
runs-on: ubuntu-latest
55
steps:
6-
- uses: actions/checkout@v3
6+
- uses: actions/checkout@v4
77

88
- uses: actions/cache@v3
99
with:
@@ -26,7 +26,7 @@ jobs:
2626
needs: test
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030

3131
- uses: actions/download-artifact@v3
3232
with:

0 commit comments

Comments
 (0)