Skip to content

Commit 8aae9ca

Browse files
dependabot[bot]Ladicek
authored andcommitted
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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 119a3c3 commit 8aae9ca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
name: "JDK ${{ matrix.java }}, ${{ matrix.compiler}}, params: ${{ matrix.parameters }}, ${{ matrix.os }}"
4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151

5252
- name: Set up JDK ${{ matrix.java }}
5353
uses: actions/setup-java@v5
@@ -76,7 +76,7 @@ jobs:
7676
name: 'Calcite regression test (JDK ${{ matrix.java }})'
7777
steps:
7878
- name: Checkout
79-
uses: actions/checkout@v5
79+
uses: actions/checkout@v6
8080
with:
8181
fetch-depth: 50
8282

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
with:
1616
ref: gh-pages
1717

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
private-key: ${{ secrets.CI_APP_PRIVATE_KEY }}
3434

3535
- name: Checkout
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
with:
3838
ref: ${{ github.ref }}
3939
token: ${{steps.app-token.outputs.token}}
@@ -91,7 +91,7 @@ jobs:
9191
private-key: ${{ secrets.CI_APP_PRIVATE_KEY }}
9292

9393
- name: Checkout
94-
uses: actions/checkout@v5
94+
uses: actions/checkout@v6
9595
with:
9696
ref: ${{ github.ref }}
9797
token: ${{steps.app-token.outputs.token}}

0 commit comments

Comments
 (0)