Skip to content

Commit f23b83a

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 5a3d7e9 commit f23b83a

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
@@ -102,7 +102,7 @@ jobs:
102102
# remove inheritable permissions since they break assumptions testsuite
103103
# makes about file modes
104104
- run: icacls . /inheritance:r
105-
- uses: actions/checkout@v3
105+
- uses: actions/checkout@v4
106106

107107
# install cygwin and build tools
108108
- name: Install Cygwin

0 commit comments

Comments
 (0)