Skip to content

Commit d7d63e6

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1a1196 commit d7d63e6

15 files changed

+29
-29
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
echo "GE_TAGS=jdk-11" >> "$GITHUB_ENV"
112112
echo "GE_CUSTOM_VALUES=gh-job-name=Initial JDK 11 Build" >> "$GITHUB_ENV"
113-
- uses: actions/checkout@v3
113+
- uses: actions/checkout@v4
114114
with:
115115
# this is important for GIB to work
116116
fetch-depth: 0
@@ -220,7 +220,7 @@ jobs:
220220
run_quickstarts: ${{ steps.calc-run-flags.outputs.run_quickstarts }}
221221
run_tcks: ${{ steps.calc-run-flags.outputs.run_tcks }}
222222
steps:
223-
- uses: actions/checkout@v3
223+
- uses: actions/checkout@v4
224224
- name: Calculate matrix from native-tests.json
225225
id: calc-native-matrix
226226
run: |
@@ -294,7 +294,7 @@ jobs:
294294
- name: Support longpaths on Windows
295295
if: "startsWith(matrix.java.os-name, 'windows')"
296296
run: git config --global core.longpaths true
297-
- uses: actions/checkout@v3
297+
- uses: actions/checkout@v4
298298
with:
299299
# this is important for GIB to work
300300
fetch-depth: 0
@@ -404,7 +404,7 @@ jobs:
404404
- name: Support longpaths on Windows
405405
if: "startsWith(matrix.java.os-name, 'windows')"
406406
run: git config --global core.longpaths true
407-
- uses: actions/checkout@v3
407+
- uses: actions/checkout@v4
408408
with:
409409
# this is important for GIB to work
410410
fetch-depth: 0
@@ -494,7 +494,7 @@ jobs:
494494
- name: Support longpaths on Windows
495495
if: "startsWith(matrix.java.os-name, 'windows')"
496496
run: git config --global core.longpaths true
497-
- uses: actions/checkout@v3
497+
- uses: actions/checkout@v4
498498
- name: Restore Maven Repository
499499
uses: actions/cache/restore@v3
500500
with:
@@ -568,7 +568,7 @@ jobs:
568568
- name: Support longpaths on Windows
569569
if: "startsWith(matrix.java.os-name, 'windows')"
570570
run: git config --global core.longpaths true
571-
- uses: actions/checkout@v3
571+
- uses: actions/checkout@v4
572572
- name: Restore Maven Repository
573573
uses: actions/cache/restore@v3
574574
with:
@@ -642,7 +642,7 @@ jobs:
642642
- name: Support longpaths on Windows
643643
if: "startsWith(matrix.java.os-name, 'windows')"
644644
run: git config --global core.longpaths true
645-
- uses: actions/checkout@v3
645+
- uses: actions/checkout@v4
646646
- name: Restore Maven Repository
647647
uses: actions/cache/restore@v3
648648
with:
@@ -706,7 +706,7 @@ jobs:
706706
run: |
707707
echo "GE_TAGS=jdk-${{matrix.java.name}}" >> "$GITHUB_ENV"
708708
echo "GE_CUSTOM_VALUES=gh-job-name=Quickstarts Compilation - JDK ${{matrix.java.name}}" >> "$GITHUB_ENV"
709-
- uses: actions/checkout@v3
709+
- uses: actions/checkout@v4
710710
- name: Restore Maven Repository
711711
uses: actions/cache/restore@v3
712712
with:
@@ -757,7 +757,7 @@ jobs:
757757
category=$(echo -n '${{matrix.category}}' | tr '[:upper:]' '[:lower:]' | tr -c '[:alnum:]-' '-' | sed -E 's/-+/-/g')
758758
echo "GE_TAGS=virtual-thread-native-${category}" >> "$GITHUB_ENV"
759759
echo "GE_CUSTOM_VALUES=gh-job-name=Native Tests - Virtual Thread - ${{matrix.category}}" >> "$GITHUB_ENV"
760-
- uses: actions/checkout@v3
760+
- uses: actions/checkout@v4
761761
- name: Restore Maven Repository
762762
uses: actions/cache/restore@v3
763763
with:
@@ -809,7 +809,7 @@ jobs:
809809
run: |
810810
echo "GE_TAGS=jdk-11" >> "$GITHUB_ENV"
811811
echo "GE_CUSTOM_VALUES=gh-job-name=MicroProfile TCKs Tests" >> "$GITHUB_ENV"
812-
- uses: actions/checkout@v3
812+
- uses: actions/checkout@v4
813813
with:
814814
# this is important for GIB to work
815815
fetch-depth: 0
@@ -888,7 +888,7 @@ jobs:
888888
- name: Support longpaths on Windows
889889
if: "startsWith(matrix.os-name, 'windows')"
890890
run: git config --global core.longpaths true
891-
- uses: actions/checkout@v3
891+
- uses: actions/checkout@v4
892892
- name: Reclaim Disk Space
893893
run: .github/ci-prerequisites.sh
894894
if: ${{ !startsWith(matrix.os-name, 'windows') }}

.github/workflows/ci-fork-mvn-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Skip in main repo
3636
if: github.repository != 'quarkusio/quarkus'
3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939
- name: Reclaim Disk Space
4040
run: .github/ci-prerequisites.sh
4141
- name: Set up JDK 11

.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@v3
18+
- uses: actions/checkout@v4
1919
- uses: actions/setup-java@v3
2020
with:
2121
distribution: 'temurin'
@@ -43,7 +43,7 @@ jobs:
4343
kubernetes: [v1.20.1]
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@v4
4747
- uses: actions/setup-java@v3
4848
with:
4949
distribution: 'temurin'

.github/workflows/ci-kubernetes.yml

Lines changed: 4 additions & 4 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@v3
18+
- uses: actions/checkout@v4
1919
- uses: actions/setup-java@v3
2020
with:
2121
distribution: 'temurin'
@@ -43,7 +43,7 @@ jobs:
4343
kubernetes: [v1.20.1]
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@v4
4747
- uses: actions/setup-java@v3
4848
with:
4949
distribution: 'temurin'
@@ -100,7 +100,7 @@ jobs:
100100
knative: [v1.2.0]
101101
steps:
102102
- name: Checkout
103-
uses: actions/checkout@v3
103+
uses: actions/checkout@v4
104104
- uses: actions/setup-java@v3
105105
with:
106106
distribution: 'temurin'
@@ -154,7 +154,7 @@ jobs:
154154
openshift: [v3.11.0]
155155
steps:
156156
- name: Checkout
157-
uses: actions/checkout@v3
157+
uses: actions/checkout@v4
158158
- uses: actions/setup-java@v3
159159
with:
160160
distribution: 'temurin'

.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@v3
30+
uses: actions/checkout@v4
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: -Xmx2048m -XX:MaxMetaspaceSize=1000m
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
ref: main
2121
- name: Reclaim Disk Space

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Skip main in forks
3333
if: "github.repository == 'quarkusio/quarkus' || !endsWith(github.ref, '/main')"
3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
- name: Set up JDK 11
3737
uses: actions/setup-java@v3
3838
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@v3
75+
- uses: actions/checkout@v4
7676
with:
7777
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.ref || 'main' }}
7878
- name: Reclaim Disk Space

.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@v3
19+
uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 1
2222
ref: main

.github/workflows/podman-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
gib_args: ${{ steps.get-gib-args.outputs.gib_args }}
4343
gib_impacted: ${{ steps.get-gib-impacted.outputs.impacted_modules }}
4444
steps:
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646
with:
4747
fetch-depth: 0
4848
- name: Add quarkusio remote

0 commit comments

Comments
 (0)