Skip to content

Commit 1da06d6

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

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
shell: C:\cygwin\bin\bash.exe --noprofile --norc -o igncr -eo pipefail '{0}'
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
- name: Set up Cygwin
2323
uses: cygwin/cygwin-install-action@v6

.github/workflows/github_actions_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
runs-on: ubuntu-latest
251251
steps:
252252
- name: Check out repo
253-
uses: actions/checkout@v4
253+
uses: actions/checkout@v5
254254
- name: auto-merge
255255
if: |
256256
github.actor == 'dependabot[bot]' &&

.github/workflows/mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
BUILD_PATH: build_space
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: set up python
2121
uses: actions/setup-python@v5

.github/workflows/python-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ jobs:
2929
uname -a
3030
3131
- name: Check out ApprovalTests.cpp
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
path: ApprovalTests/ApprovalTests.cpp
3535

3636
- name: Check out ApprovalTests.cpp.StarterProject
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838
with:
3939
repository: approvals/ApprovalTests.cpp.StarterProject
4040
path: ApprovalTests/ApprovalTests.cpp.StarterProject
4141

4242
- name: Check out claremacrae fork of conan-center-index
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
with:
4545
repository: claremacrae/conan-center-index
4646
path: conan/conan-center-index-claremacrae
@@ -51,7 +51,7 @@ jobs:
5151
git remote add upstream https://github.com/conan-io/conan-center-index.git
5252
5353
- name: Check out llewellyn's fork of vcpkg
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v5
5555
with:
5656
repository: isidore/vcpkg
5757
path: ApprovalTests/vcpkg

0 commit comments

Comments
 (0)