Skip to content

Commit d21b09a

Browse files
dependabot[bot]triceo
authored andcommitted
build(deps): Bump actions/checkout from 3 to 4
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]>
1 parent 871608d commit d21b09a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pull_request.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Clone timefold-solver
2020
# Need to check for stale repo, since Github is not aware of the build chain and therefore doesn't automate it.
2121
- name: Checkout timefold-solver to access the scripts
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
with:
2424
path: './timefold-solver'
2525
repository: 'TimefoldAI/timefold-solver'
@@ -34,7 +34,7 @@ jobs:
3434
./timefold-solver/.github/scripts/check_chain_repo.sh
3535
rm -rf ./timefold-solver
3636
- name: Checkout the proper timefold-solver branch
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
repository: ${{ env.TARGET_CHAIN_USER }}/${{ env.TARGET_CHAIN_REPO }}
4040
ref: ${{ env.TARGET_CHAIN_BRANCH }}
@@ -51,7 +51,7 @@ jobs:
5151
# Clone timefold-quickstarts
5252
# No need to check for stale repo, as Github merges the main repo into the fork automatically.
5353
- name: Checkout timefold-quickstarts
54-
uses: actions/checkout@v3
54+
uses: actions/checkout@v4
5555
with:
5656
path: './timefold-quickstarts'
5757

.github/workflows/pull_request_gradle.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Clone timefold-solver
1919
# Need to check for stale repo, since Github is not aware of the build chain and therefore doesn't automate it.
2020
- name: Checkout timefold-solver to access the scripts
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
path: './timefold-solver'
2424
repository: 'TimefoldAI/timefold-solver'
@@ -33,7 +33,7 @@ jobs:
3333
./timefold-solver/.github/scripts/check_chain_repo.sh
3434
rm -rf ./timefold-solver
3535
- name: Checkout the proper timefold-solver branch
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
with:
3838
repository: ${{ env.TARGET_CHAIN_USER }}/${{ env.TARGET_CHAIN_REPO }}
3939
ref: ${{ env.TARGET_CHAIN_BRANCH }}
@@ -50,7 +50,7 @@ jobs:
5050
# Clone timefold-quickstarts
5151
# No need to check for stale repo, as Github merges the main repo into the fork automatically.
5252
- name: Checkout timefold-quickstarts
53-
uses: actions/checkout@v3
53+
uses: actions/checkout@v4
5454
with:
5555
path: './timefold-quickstarts'
5656

0 commit comments

Comments
 (0)