Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
shell: C:\cygwin\bin\bash.exe --noprofile --norc -o igncr -eo pipefail '{0}'

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Set up Cygwin
uses: cygwin/cygwin-install-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: auto-merge
if: |
github.actor == 'dependabot[bot]' &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
BUILD_PATH: build_space
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: set up python
uses: actions/setup-python@v5
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 @@ -29,18 +29,18 @@ jobs:
uname -a

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

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

- name: Check out claremacrae fork of conan-center-index
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: claremacrae/conan-center-index
path: conan/conan-center-index-claremacrae
Expand All @@ -51,7 +51,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@v4
uses: actions/checkout@v5
with:
repository: isidore/vcpkg
path: ApprovalTests/vcpkg
Expand Down
Loading