Skip to content

Commit 6f4d174

Browse files
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] <[email protected]>
1 parent b6092fe commit 6f4d174

17 files changed

+36
-36
lines changed

.github/workflows/ci-actions-incremental.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
run: |
219219
echo "GE_TAGS=jdk-17" >> "$GITHUB_ENV"
220220
echo "GE_CUSTOM_VALUES=gh-job-name=Initial JDK 17 Build" >> "$GITHUB_ENV"
221-
- uses: actions/checkout@v5
221+
- uses: actions/checkout@v6
222222
with:
223223
# this is important for GIB to work
224224
fetch-depth: 0
@@ -379,7 +379,7 @@ jobs:
379379
run_tcks: ${{ steps.calc-run-flags.outputs.run_tcks }}
380380
steps:
381381
- uses: runs-on/action@v2
382-
- uses: actions/checkout@v5
382+
- uses: actions/checkout@v6
383383
- name: Calculate matrix from native-tests.json
384384
id: calc-native-matrix
385385
run: |
@@ -455,7 +455,7 @@ jobs:
455455
- name: Support longpaths on Windows
456456
if: startsWith(matrix.java.os-name, 'windows')
457457
run: git config --global core.longpaths true
458-
- uses: actions/checkout@v5
458+
- uses: actions/checkout@v6
459459
with:
460460
# this is important for GIB to work
461461
fetch-depth: 0
@@ -622,7 +622,7 @@ jobs:
622622
- name: Support longpaths on Windows
623623
if: startsWith(matrix.java.os-name, 'windows')
624624
run: git config --global core.longpaths true
625-
- uses: actions/checkout@v5
625+
- uses: actions/checkout@v6
626626
with:
627627
# this is important for GIB to work
628628
fetch-depth: 0
@@ -734,7 +734,7 @@ jobs:
734734
- name: Support longpaths on Windows
735735
if: startsWith(matrix.java.os-name, 'windows')
736736
run: git config --global core.longpaths true
737-
- uses: actions/checkout@v5
737+
- uses: actions/checkout@v6
738738
- name: Restore Maven Repository
739739
uses: actions/cache/restore@v4
740740
with:
@@ -833,7 +833,7 @@ jobs:
833833
- name: Support longpaths on Windows
834834
if: startsWith(matrix.java.os-name, 'windows')
835835
run: git config --global core.longpaths true
836-
- uses: actions/checkout@v5
836+
- uses: actions/checkout@v6
837837
- name: Restore Maven Repository
838838
uses: actions/cache/restore@v4
839839
with:
@@ -936,7 +936,7 @@ jobs:
936936
- name: Support longpaths on Windows
937937
if: startsWith(matrix.java.os-name, 'windows')
938938
run: git config --global core.longpaths true
939-
- uses: actions/checkout@v5
939+
- uses: actions/checkout@v6
940940
- name: Restore Maven Repository
941941
uses: actions/cache/restore@v4
942942
with:
@@ -1024,7 +1024,7 @@ jobs:
10241024
run: |
10251025
echo "GE_TAGS=jdk-${{matrix.java.name}}" >> "$GITHUB_ENV"
10261026
echo "GE_CUSTOM_VALUES=gh-job-name=Quickstarts Compilation - JDK ${{matrix.java.name}}" >> "$GITHUB_ENV"
1027-
- uses: actions/checkout@v5
1027+
- uses: actions/checkout@v6
10281028
- name: Restore Maven Repository
10291029
uses: actions/cache/restore@v4
10301030
with:
@@ -1122,7 +1122,7 @@ jobs:
11221122
run: |
11231123
echo "GE_TAGS=jdk-${{matrix.java.name}}" >> "$GITHUB_ENV"
11241124
echo "GE_CUSTOM_VALUES=gh-job-name=Platform Tests - JDK ${{matrix.java.name}}" >> "$GITHUB_ENV"
1125-
- uses: actions/checkout@v5
1125+
- uses: actions/checkout@v6
11261126
- name: Restore Maven Repository
11271127
uses: actions/cache/restore@v4
11281128
with:
@@ -1215,7 +1215,7 @@ jobs:
12151215
category=$(echo -n '${{matrix.category}}' | tr '[:upper:]' '[:lower:]' | tr -c '[:alnum:]-' '-' | sed -E 's/-+/-/g')
12161216
echo "GE_TAGS=virtual-thread-native-${category}" >> "$GITHUB_ENV"
12171217
echo "GE_CUSTOM_VALUES=gh-job-name=Native Tests - Virtual Thread - ${{matrix.category}}" >> "$GITHUB_ENV"
1218-
- uses: actions/checkout@v5
1218+
- uses: actions/checkout@v6
12191219
- name: Restore Maven Repository
12201220
uses: actions/cache/restore@v4
12211221
with:
@@ -1291,7 +1291,7 @@ jobs:
12911291
run: |
12921292
echo "GE_TAGS=jdk-17" >> "$GITHUB_ENV"
12931293
echo "GE_CUSTOM_VALUES=gh-job-name=MicroProfile TCKs Tests" >> "$GITHUB_ENV"
1294-
- uses: actions/checkout@v5
1294+
- uses: actions/checkout@v6
12951295
with:
12961296
# this is important for GIB to work
12971297
fetch-depth: 0
@@ -1393,7 +1393,7 @@ jobs:
13931393
- name: Support longpaths on Windows
13941394
if: startsWith(matrix.os-name, 'windows')
13951395
run: git config --global core.longpaths true
1396-
- uses: actions/checkout@v5
1396+
- uses: actions/checkout@v6
13971397
- name: Reclaim Disk Space
13981398
run: .github/ci-prerequisites.sh
13991399
if: ${{ !startsWith(matrix.os-name, 'windows') }}

.github/workflows/ci-istio.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: github.repository == 'quarkusio/quarkus' || github.event_name == 'workflow_dispatch'
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- uses: actions/setup-java@v5
2020
with:
2121
distribution: 'temurin'
@@ -43,7 +43,7 @@ jobs:
4343
kubernetes: [v1.20.1]
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747
- name: Get SHA
4848
id: quarkus-sha
4949
run: |

.github/workflows/ci-kubernetes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: "github.repository == 'quarkusio/quarkus' || github.event_name == 'workflow_dispatch'"
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- uses: actions/setup-java@v5
2020
with:
2121
distribution: 'temurin'
@@ -43,7 +43,7 @@ jobs:
4343
kubernetes: [v1.33.2]
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747
- name: Get SHA
4848
id: quarkus-sha
4949
run: |
@@ -103,7 +103,7 @@ jobs:
103103
knative: [v1.18.1]
104104
steps:
105105
- name: Checkout
106-
uses: actions/checkout@v5
106+
uses: actions/checkout@v6
107107
- name: Get SHA
108108
id: quarkus-sha
109109
run: |

.github/workflows/ci-openshift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: "github.repository == 'quarkusio/quarkus' || github.event_name == 'workflow_dispatch'"
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- uses: actions/setup-java@v5
2020
with:
2121
distribution: 'temurin'
@@ -43,7 +43,7 @@ jobs:
4343
openshift: [v3.11.0]
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747
- name: Get SHA
4848
id: quarkus-sha
4949
run: |

.github/workflows/codeql-analysis.yml

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

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 1
3333
ref: main

.github/workflows/deploy-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
MAVEN_OPTS: -Xmx6g -XX:MaxMetaspaceSize=2g
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
ref: main
2121
- name: Get SHA

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Skip main in forks
5353
if: github.repository == 'quarkusio/quarkus' || !endsWith(github.ref, '/main')
5454
steps:
55-
- uses: actions/checkout@v5
55+
- uses: actions/checkout@v6
5656
- name: Set up JDK 17
5757
uses: actions/setup-java@v5
5858
with:

.github/workflows/jdk-early-access-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
ss -ln
7474
sudo service mysql stop || true
75-
- uses: actions/checkout@v5
75+
- uses: actions/checkout@v6
7676
with:
7777
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.ref || 'main' }}
7878
- name: Get SHA

.github/workflows/native-it-selected-graalvm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
echo "GE_TAGS=jdk-17" >> "$GITHUB_ENV"
6464
echo "GE_CUSTOM_VALUES=gh-job-name=Initial JDK 17 Build" >> "$GITHUB_ENV"
65-
- uses: actions/checkout@v5
65+
- uses: actions/checkout@v6
6666
with:
6767
ref: ${{ inputs.BRANCH }}
6868
# this is important for GIB to work
@@ -194,7 +194,7 @@ jobs:
194194
native_matrix: ${{ steps.calc-native-matrix.outputs.matrix }}
195195
virtual_threads_matrix: ${{ steps.calc-virtual-threads-matrix.outputs.matrix }}
196196
steps:
197-
- uses: actions/checkout@v5
197+
- uses: actions/checkout@v6
198198
- name: Calculate matrix from native-tests.json
199199
id: calc-native-matrix
200200
run: |
@@ -231,7 +231,7 @@ jobs:
231231
category=$(echo -n '${{matrix.category}}' | tr '[:upper:]' '[:lower:]' | tr -c '[:alnum:]-' '-' | sed -E 's/-+/-/g')
232232
echo "GE_TAGS=virtual-thread-native-${category}" >> "$GITHUB_ENV"
233233
echo "GE_CUSTOM_VALUES=gh-job-name=Native Tests - Virtual Thread - ${{matrix.category}}" >> "$GITHUB_ENV"
234-
- uses: actions/checkout@v5
234+
- uses: actions/checkout@v6
235235
- name: Restore Maven Repository
236236
uses: actions/cache/restore@v4
237237
with:
@@ -316,7 +316,7 @@ jobs:
316316
category=$(echo -n '${{matrix.category}}' | tr '[:upper:]' '[:lower:]' | tr -c '[:alnum:]-' '-' | sed -E 's/-+/-/g')
317317
echo "GE_TAGS=native-${category}" >> "$GITHUB_ENV"
318318
echo "GE_CUSTOM_VALUES=gh-job-name=Native Tests - ${{matrix.category}}" >> "$GITHUB_ENV"
319-
- uses: actions/checkout@v5
319+
- uses: actions/checkout@v6
320320
- name: Reclaim Disk Space
321321
run: .github/ci-prerequisites.sh
322322
- name: Set up JDK 17

.github/workflows/owasp-check.yml

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

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 1
2222
ref: main

0 commit comments

Comments
 (0)