Skip to content

Commit 1d83257

Browse files
chore(deps): update actions/checkout action to v4.1.5 (#1836)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d491c8f commit 1d83257

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
build:
3636
runs-on: ubuntu-22.04
3737
steps:
38-
- uses: actions/[email protected].4
38+
- uses: actions/[email protected].5
3939

4040
- name: Set up JDK 17 for running Gradle
4141
uses: actions/[email protected]
@@ -58,7 +58,7 @@ jobs:
5858
matrix: ${{ steps.set-matrix.outputs.matrix }}
5959
steps:
6060
- name: Check out repository
61-
uses: actions/[email protected].4
61+
uses: actions/[email protected].5
6262

6363
- name: Set up JDK 17 for running Gradle
6464
uses: actions/[email protected]
@@ -83,7 +83,7 @@ jobs:
8383
fail-fast: false
8484
steps:
8585
- name: Check out repository
86-
uses: actions/[email protected].4
86+
uses: actions/[email protected].5
8787

8888
- name: Set up JDK 17 for running Gradle
8989
uses: actions/[email protected]
@@ -121,7 +121,7 @@ jobs:
121121
suite: profiler
122122
fail-fast: false
123123
steps:
124-
- uses: actions/[email protected].4
124+
- uses: actions/[email protected].5
125125

126126
- name: Set up JDK 17 for running Gradle
127127
uses: actions/[email protected]
@@ -153,7 +153,7 @@ jobs:
153153
shellcheck:
154154
runs-on: ubuntu-22.04
155155
steps:
156-
- uses: actions/[email protected].4
156+
- uses: actions/[email protected].5
157157

158158
- name: Install shell check
159159
run: wget -qO- "https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.linux.x86_64.tar.xz" | tar -xJv

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
validation:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/[email protected].4
15+
- uses: actions/[email protected].5
1616

1717
- uses: gradle/actions/[email protected]

.github/workflows/nightly.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/[email protected].4
12+
- uses: actions/[email protected].5
1313

1414
- name: Set up JDK 17 for running Gradle
1515
uses: actions/[email protected]
@@ -32,7 +32,7 @@ jobs:
3232
matrix: ${{ steps.set-matrix.outputs.matrix }}
3333
steps:
3434
- name: Check out repository
35-
uses: actions/[email protected].4
35+
uses: actions/[email protected].5
3636

3737
- name: Set up JDK 17 for running Gradle
3838
uses: actions/[email protected]
@@ -57,7 +57,7 @@ jobs:
5757
fail-fast: false
5858
steps:
5959
- name: Check out repository
60-
uses: actions/[email protected].4
60+
uses: actions/[email protected].5
6161

6262
- name: Set up JDK 17 for running Gradle
6363
uses: actions/[email protected]
@@ -95,7 +95,7 @@ jobs:
9595
suite: profiler
9696
fail-fast: false
9797
steps:
98-
- uses: actions/[email protected].4
98+
- uses: actions/[email protected].5
9999

100100
- name: Set up JDK 17 for running Gradle
101101
uses: actions/[email protected]
@@ -136,7 +136,7 @@ jobs:
136136
# You can get conclusion by env (env.WORKFLOW_CONCLUSION)
137137
- uses: technote-space/[email protected]
138138

139-
- uses: actions/[email protected].4
139+
- uses: actions/[email protected].5
140140

141141
- name: Create issue
142142
if: env.WORKFLOW_CONCLUSION == 'failure' # notify only if failure
@@ -159,7 +159,7 @@ jobs:
159159
shellcheck:
160160
runs-on: ubuntu-22.04
161161
steps:
162-
- uses: actions/[email protected].4
162+
- uses: actions/[email protected].5
163163

164164
- name: Install shell check
165165
run: wget -qO- "https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.linux.x86_64.tar.xz" | tar -xJv

.github/workflows/pr.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
build:
3232
runs-on: ubuntu-22.04
3333
steps:
34-
- uses: actions/[email protected].4
34+
- uses: actions/[email protected].5
3535

3636
- name: Set up JDK 17 for running Gradle
3737
uses: actions/[email protected]
@@ -54,7 +54,7 @@ jobs:
5454
matrix: ${{ steps.set-matrix.outputs.matrix }}
5555
steps:
5656
- name: Check out repository
57-
uses: actions/[email protected].4
57+
uses: actions/[email protected].5
5858

5959
- name: Set up JDK 17 for running Gradle
6060
uses: actions/[email protected]
@@ -79,7 +79,7 @@ jobs:
7979
fail-fast: false
8080
steps:
8181
- name: Check out repository
82-
uses: actions/[email protected].4
82+
uses: actions/[email protected].5
8383

8484
- name: Set up JDK 17 for running Gradle
8585
uses: actions/[email protected]
@@ -118,7 +118,7 @@ jobs:
118118
suite: profiler
119119
fail-fast: false
120120
steps:
121-
- uses: actions/[email protected].4
121+
- uses: actions/[email protected].5
122122

123123
- name: Set up JDK 17 for running Gradle
124124
uses: actions/[email protected]
@@ -152,7 +152,7 @@ jobs:
152152
shellcheck:
153153
runs-on: ubuntu-22.04
154154
steps:
155-
- uses: actions/[email protected].4
155+
- uses: actions/[email protected].5
156156

157157
- name: Install shell check
158158
run: wget -qO- "https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.linux.x86_64.tar.xz" | tar -xJv
@@ -163,7 +163,7 @@ jobs:
163163
license-check:
164164
runs-on: ubuntu-22.04
165165
steps:
166-
- uses: actions/[email protected].4
166+
- uses: actions/[email protected].5
167167

168168
- name: Set up JDK 17 for running Gradle
169169
uses: actions/[email protected]
@@ -200,7 +200,7 @@ jobs:
200200
generate-metadata:
201201
runs-on: ubuntu-22.04
202202
steps:
203-
- uses: actions/[email protected].4
203+
- uses: actions/[email protected].5
204204

205205
- name: Set up JDK 17 for running Gradle
206206
uses: actions/[email protected]

.github/workflows/publish-docker-image-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
packages: write
1313
contents: read
1414
steps:
15-
- uses: actions/[email protected].4
15+
- uses: actions/[email protected].5
1616
with:
1717
fetch-depth: 0
1818

.github/workflows/publish-profiling-petclinic-base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read
1313
steps:
1414
- name: check out the repo
15-
uses: actions/[email protected].4
15+
uses: actions/[email protected].5
1616
- uses: docker/setup-buildx-action@v3
1717
- name: Login to GitHub Container Registry
1818
uses: docker/[email protected]
@@ -44,7 +44,7 @@ jobs:
4444
- name: Support longpaths
4545
run: git config --system core.longpaths true
4646
- name: check out the repo
47-
uses: actions/[email protected].4
47+
uses: actions/[email protected].5
4848
- name: Login to GitHub Container Registry
4949
uses: azure/docker-login@v1
5050
with:

0 commit comments

Comments
 (0)