Skip to content

Commit e4c2610

Browse files
dependabot[bot]mrkkrp
authored andcommitted
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 01e83f5 commit e4c2610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
- name: Disable core.autocrlf on Windows
2121
if: runner.os == 'Windows'
2222
run: git config --global core.autocrlf false
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- uses: ./.

0 commit comments

Comments
 (0)