Skip to content

Commit 799c3c9

Browse files
dependabot[bot]dscho
authored andcommitted
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...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 980313a commit 799c3c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cygwin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
HAS_SSH_KEY: ${{ secrets.SSH_KEY != '' }}
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
# install build tools
2424
- name: Install build tools
@@ -99,7 +99,7 @@ jobs:
9999
# endings, but this could still be dangerous e.g if we need symlinks in the
100100
# repo)
101101
- run: git config --global core.autocrlf input
102-
- uses: actions/checkout@v3
102+
- uses: actions/checkout@v4
103103

104104
# install cygwin and build tools
105105
- name: Install Cygwin

0 commit comments

Comments
 (0)