Skip to content

Commit a2d3222

Browse files
Update actions/checkout action to v6
1 parent affad82 commit a2d3222

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
#gt-placeholder-runs-on-end
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131

3232
#gt-placeholder-install-dependencies-start
3333
#gt-placeholder-install-dependencies-end

.github/workflows/gt-update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
} && false || cd "$currentDir" && rm -r "$tmpDir" && "${result:-false}"
6767
# end install.doc.sh
6868
#gt-placeholder-gh-action-checkout-1-start
69-
- uses: actions/checkout@v5
69+
- uses: actions/checkout@v6
7070
#gt-placeholder-gh-action-checkout-1-end
7171
- id: set-matrix
7272
run: |
@@ -114,7 +114,7 @@ jobs:
114114
} && false || cd "$currentDir" && rm -r "$tmpDir" && "${result:-false}"
115115
# end install.doc.sh
116116
#gt-placeholder-gh-action-checkout-2-start
117-
- uses: actions/checkout@v5
117+
- uses: actions/checkout@v6
118118
#gt-placeholder-gh-action-checkout-2-end
119119
- name: reset gpg keys
120120
run: gt reset --gpg-only true -r "${{ matrix.remote }}"
@@ -163,7 +163,7 @@ jobs:
163163
runs-on: ubuntu-latest
164164
steps:
165165
#gt-placeholder-gh-action-checkout-3-start
166-
- uses: actions/checkout@v5
166+
- uses: actions/checkout@v6
167167
#gt-placeholder-gh-action-checkout-3-end
168168
- name: check if signing key already are or will expire within the next 3 months
169169
run: |

.github/workflows/quality-assurance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: before-pr.sh
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: Setup JDK 17
2020
uses: actions/setup-java@v5
2121
with:
@@ -34,7 +34,7 @@ jobs:
3434
outputs:
3535
matrix: ${{ steps.set-matrix.outputs.matrix }}
3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838
with:
3939
fetch-depth: 1
4040
- id: set-matrix
@@ -51,7 +51,7 @@ jobs:
5151
env:
5252
JAVA_VERSION: ${{ matrix.java_version }}
5353
steps:
54-
- uses: actions/checkout@v5
54+
- uses: actions/checkout@v6
5555
- name: "Set up JDK ${{ matrix.java_version }}"
5656
uses: actions/setup-java@v5
5757
with:

0 commit comments

Comments
 (0)