Skip to content

Commit 9ae0187

Browse files
dependabot[bot]triceo
authored andcommitted
chore(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ede026 commit 9ae0187

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ jobs:
1919
env:
2020
SKIP_CLONE: true
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
- name: Checkout timefold-solver
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525
with:
2626
repository: Christopher-Chianelli/timefold-solver
2727
ref: ${{ github.event.inputs.version == 'split' && 'perf/split-random' || (github.event.inputs.version == '2.x' && 'main' || '1.x') }}
2828
path: timefold-solver
2929
- name: Checkout timefold-solver-enterprise
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
with:
3232
repository: TimefoldAI/timefold-solver-enterprise
3333
ref: ${{ github.event.inputs.version == 'split' && 'perf/split-random' || (github.event.inputs.version == '2.x' && 'main' || '1.x') }}
3434
path: timefold-solver-enterprise
3535
- name: Checkout timefold-quickstarts
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v6
3737
with:
3838
repository: TimefoldAI/timefold-quickstarts
3939
ref: ${{ github.event.inputs.version == 'split' && 'development' || (github.event.inputs.version == '2.x' && 'development' || 'development-1.x') }}

0 commit comments

Comments
 (0)