Skip to content

Commit 2bf6bc0

Browse files
committed
chore(deps): update actions/checkout action to v6
1 parent 663675b commit 2bf6bc0

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/actions/update_version/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
using: composite
1212
steps:
1313
- name: Update the worktree
14-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
14+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1515
with:
1616
ref: ${{ github.ref_name }}
1717
token: ${{ inputs.token }}
@@ -37,7 +37,7 @@ runs:
3737
git push origin "${{ github.ref_name }}"
3838
3939
- name: Update the worktree, revert to the default token
40-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
40+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
4141
with:
4242
ref: ${{ github.ref_name }}
4343
token: ${{ github.token }}

.github/workflows/gradle-dependency-submit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout sources
19-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
19+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2020
- name: Set up JDK 21
2121
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
2222
with:

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
name: "Validation"
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@v6
1010
- uses: gradle/actions/wrapper-validation@v5

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Test
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 50
2121
submodules: true

.github/workflows/release-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: 'Calcite Avatica ${{ matrix.gradle-version }}'
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 50
3232
submodules: true
@@ -79,7 +79,7 @@ jobs:
7979
name: 'Calcite ${{ matrix.gradle-version }}'
8080
runs-on: ubuntu-latest
8181
steps:
82-
- uses: actions/checkout@v5
82+
- uses: actions/checkout@v6
8383
with:
8484
fetch-depth: 50
8585
submodules: true
@@ -132,7 +132,7 @@ jobs:
132132
name: 'JMeter ${{ matrix.gradle-version }}'
133133
runs-on: ubuntu-latest
134134
steps:
135-
- uses: actions/checkout@v5
135+
- uses: actions/checkout@v6
136136
with:
137137
fetch-depth: 50
138138
submodules: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fi
3939
4040
- name: Checkout code
41-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
41+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
4242
with:
4343
submodules: true
4444

0 commit comments

Comments
 (0)