Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#212)
Browse files Browse the repository at this point in the history
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent 3c02b54 commit 585d4d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Cygwin
uses: egor-tensin/setup-cygwin@v4 # https://github.com/marketplace/actions/install-cygwin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
BUILD_PATH: build_space
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: set up python
uses: actions/setup-python@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ jobs:

steps:
- name: Check out ApprovalTests.cpp
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ApprovalTests/ApprovalTests.cpp

- name: Check out ApprovalTests.cpp.StarterProject
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: approvals/ApprovalTests.cpp.StarterProject
path: ApprovalTests/ApprovalTests.cpp.StarterProject

- name: Check out claremacrae fork of conan-center-index
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: claremacrae/conan-center-index
path: conan/conan-center-index-claremacrae
Expand All @@ -42,7 +42,7 @@ jobs:
git remote add upstream https://github.com/conan-io/conan-center-index.git
- name: Check out llewellyn's fork of vcpkg
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: isidore/vcpkg
path: ApprovalTests/vcpkg
Expand Down

0 comments on commit 585d4d7

Please sign in to comment.