Skip to content

Commit 798d449

Browse files
Bump actions/checkout from 3 to 4 (#477) (#479)
(cherry picked from commit dd59835) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0759ff4 commit 798d449

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: git config --global core.autocrlf false
3535
if: startsWith(matrix.os, 'windows')
3636

37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- name: Set up JDK 11
3939
uses: actions/setup-java@v3
4040
with:
@@ -56,7 +56,7 @@ jobs:
5656
run: git config --global core.autocrlf false
5757
if: startsWith(matrix.os, 'windows')
5858

59-
- uses: actions/checkout@v3
59+
- uses: actions/checkout@v4
6060
- name: Set up JDK 11
6161
uses: actions/setup-java@v3
6262
with:

.github/workflows/codeql.yml

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

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Setup Java
3030
uses: actions/setup-java@v3

.github/workflows/quarkus-snapshot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
java-version: ${{ env.JAVA_VERSION }}
3737

3838
- name: Checkout repo
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040
with:
4141
path: current-repo
4242

4343
- name: Checkout Ecosystem
44-
uses: actions/checkout@v3
44+
uses: actions/checkout@v4
4545
with:
4646
repository: ${{ env.ECOSYSTEM_CI_REPO }}
4747
path: ecosystem-ci

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
github-token: ${{secrets.GITHUB_TOKEN}}
2121
metadata-file-path: '.github/project.yml'
2222

23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424

2525
- name: Import GPG key
2626
id: import_gpg

0 commit comments

Comments
 (0)