Skip to content

Commit 48bcfbc

Browse files
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af5f2fd commit 48bcfbc

File tree

11 files changed

+38
-38
lines changed

11 files changed

+38
-38
lines changed

.github/workflows/codeql.yml

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

5757
steps:
5858
- name: Checkout repository
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v5
6060
- name: "☕️ Setup JDK"
6161
uses: actions/setup-java@v4
6262
with:

.github/workflows/codestyle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: "🌐 Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
3333
run: curl -s https://api.ipify.org
3434
- name: "📥 Checkout repository"
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
- name: "☕️ Setup JDK"
3737
uses: actions/setup-java@v4
3838
with:
@@ -59,7 +59,7 @@ jobs:
5959
- name: "🌐 Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
6060
run: curl -s https://api.ipify.org
6161
- name: "📥 Checkout repository"
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v5
6363
- name: "☕️ Setup JDK"
6464
uses: actions/setup-java@v4
6565
with:
@@ -87,7 +87,7 @@ jobs:
8787
- name: "🌐 Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
8888
run: curl -s https://api.ipify.org
8989
- name: "📥 Checkout repository"
90-
uses: actions/checkout@v4
90+
uses: actions/checkout@v5
9191
- name: "☕️ Setup JDK"
9292
uses: actions/setup-java@v4
9393
with:

.github/workflows/forge-deploy-next.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-24.04
2323
steps:
2424
- name: "📥 Checkout repository"
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
- name: "☕️ Setup JDK"
2727
uses: actions/setup-java@v4
2828
with:
@@ -45,7 +45,7 @@ jobs:
4545
IMAGE_NAME: us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}:next
4646
steps:
4747
- name: "📥 Checkout repository"
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949
- name: "☕️ Setup JDK"
5050
uses: actions/setup-java@v4
5151
with:
@@ -104,7 +104,7 @@ jobs:
104104
IMAGE_NAME: us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}-analytics:next
105105
steps:
106106
- name: "📥 Checkout repository"
107-
uses: actions/checkout@v4
107+
uses: actions/checkout@v5
108108
- name: "☕️ Setup JDK"
109109
uses: actions/setup-java@v4
110110
with:

.github/workflows/forge-deploy-prev-snapshot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-24.04
2323
steps:
2424
- name: "📥 Checkout repository"
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
- name: "☕️ Setup JDK"
2727
uses: actions/setup-java@v4
2828
with:
@@ -45,7 +45,7 @@ jobs:
4545
IMAGE_NAME: us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}:prev-snapshot
4646
steps:
4747
- name: "📥 Checkout repository"
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949
- name: "☕️ Setup JDK"
5050
uses: actions/setup-java@v4
5151
with:
@@ -104,7 +104,7 @@ jobs:
104104
IMAGE_NAME: us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}-analytics:prev-snapshot
105105
steps:
106106
- name: "📥 Checkout repository"
107-
uses: actions/checkout@v4
107+
uses: actions/checkout@v5
108108
- name: "☕️ Setup JDK"
109109
uses: actions/setup-java@v4
110110
with:

.github/workflows/forge-deploy-prev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-24.04
2323
steps:
2424
- name: "📥 Checkout repository"
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
- name: "☕️ Setup JDK"
2727
uses: actions/setup-java@v4
2828
with:
@@ -45,7 +45,7 @@ jobs:
4545
IMAGE_NAME: us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}:prev
4646
steps:
4747
- name: "📥 Checkout repository"
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949
- name: "☕️ Setup JDK"
5050
uses: actions/setup-java@v4
5151
with:
@@ -104,7 +104,7 @@ jobs:
104104
IMAGE_NAME: us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}-analytics:prev
105105
steps:
106106
- name: "📥 Checkout repository"
107-
uses: actions/checkout@v4
107+
uses: actions/checkout@v5
108108
- name: "☕️ Setup JDK"
109109
uses: actions/setup-java@v4
110110
with:

.github/workflows/forge-deploy-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
release_version: ${{ github.event.inputs.release }}
2929
steps:
3030
- name: "📥 Checkout repository"
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
- name: "☕️ Setup JDK"
3333
uses: actions/setup-java@v4
3434
with:
@@ -49,7 +49,7 @@ jobs:
4949
needs: build
5050
steps:
5151
- name: "📥 Checkout repository"
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
- name: "☕️ Setup JDK"
5454
uses: actions/setup-java@v4
5555
with:
@@ -106,7 +106,7 @@ jobs:
106106
needs: build
107107
steps:
108108
- name: "📥 Checkout repository"
109-
uses: actions/checkout@v4
109+
uses: actions/checkout@v5
110110
- name: "☕️ Setup JDK"
111111
uses: actions/setup-java@v4
112112
with:

.github/workflows/forge-deploy-snapshot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-24.04
2323
steps:
2424
- name: "📥 Checkout repository"
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
- name: "☕️ Setup JDK"
2727
uses: actions/setup-java@v4
2828
with:
@@ -45,7 +45,7 @@ jobs:
4545
IMAGE_NAME: us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}:snapshot
4646
steps:
4747
- name: "📥 Checkout repository"
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949
- name: "☕️ Setup JDK"
5050
uses: actions/setup-java@v4
5151
with:
@@ -102,7 +102,7 @@ jobs:
102102
IMAGE_NAME: us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}-analytics:snapshot
103103
steps:
104104
- name: "📥 Checkout repository"
105-
uses: actions/checkout@v4
105+
uses: actions/checkout@v5
106106
- name: "☕️ Setup JDK"
107107
uses: actions/setup-java@v4
108108
with:

.github/workflows/gradle.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
3737
run: curl -s https://api.ipify.org
3838
- name: "📥 Checkout repository"
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040
- name: "☕️ Setup JDK"
4141
uses: actions/setup-java@v4
4242
with:
@@ -77,7 +77,7 @@ jobs:
7777
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
7878
run: curl -s https://api.ipify.org
7979
- name: "📥 Checkout repository"
80-
uses: actions/checkout@v4
80+
uses: actions/checkout@v5
8181
- name: "☕️ Setup JDK"
8282
uses: actions/setup-java@v4
8383
with:
@@ -106,7 +106,7 @@ jobs:
106106
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
107107
run: curl -s https://api.ipify.org
108108
- name: "📥 Checkout repository"
109-
uses: actions/checkout@v4
109+
uses: actions/checkout@v5
110110
- name: "☕️ Setup JDK"
111111
uses: actions/setup-java@v4
112112
with:
@@ -162,7 +162,7 @@ jobs:
162162
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
163163
run: curl -s https://api.ipify.org
164164
- name: "📥 Checkout repository"
165-
uses: actions/checkout@v4
165+
uses: actions/checkout@v5
166166
- name: "☕️ Setup JDK"
167167
uses: actions/setup-java@v4
168168
with:
@@ -195,7 +195,7 @@ jobs:
195195
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
196196
run: curl -s https://api.ipify.org
197197
- name: "📥 Checkout the repository"
198-
uses: actions/checkout@v4
198+
uses: actions/checkout@v5
199199
- name: "☕️ Setup JDK"
200200
uses: actions/setup-java@v4
201201
with:
@@ -228,7 +228,7 @@ jobs:
228228
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
229229
run: curl -s https://api.ipify.org
230230
- name: "📥 Checkout the repository"
231-
uses: actions/checkout@v4
231+
uses: actions/checkout@v5
232232
- name: "☕️ Setup JDK"
233233
uses: actions/setup-java@v4
234234
with:
@@ -256,7 +256,7 @@ jobs:
256256
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
257257
run: curl -s https://api.ipify.org
258258
- name: "📥 Checkout repository"
259-
uses: actions/checkout@v4
259+
uses: actions/checkout@v5
260260
- name: "☕️ Setup JDK"
261261
uses: actions/setup-java@v4
262262
with:
@@ -304,7 +304,7 @@ jobs:
304304
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
305305
run: curl -s https://api.ipify.org
306306
- name: "📥 Checkout repository"
307-
uses: actions/checkout@v4
307+
uses: actions/checkout@v5
308308
- name: "☕️ Setup JDK"
309309
uses: actions/setup-java@v4
310310
with:
@@ -361,7 +361,7 @@ jobs:
361361
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
362362
run: curl -s https://api.ipify.org
363363
- name: "📥 Checkout repository"
364-
uses: actions/checkout@v4
364+
uses: actions/checkout@v5
365365
- name: "☕️ Setup JDK"
366366
uses: actions/setup-java@v4
367367
with:
@@ -400,7 +400,7 @@ jobs:
400400
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
401401
run: curl -s https://api.ipify.org
402402
- name: "📥 Checkout the repository"
403-
uses: actions/checkout@v4
403+
uses: actions/checkout@v5
404404
with:
405405
fetch-tags: true
406406
- name: "🔀 Store current branch name"

.github/workflows/groovy-joint-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
path: ~/.m2/repository
4747
key: cache-local-maven-${{ github.sha }}
4848
- name: "📥 Checkout Grails Core to fetch Gradle Plugin versions it uses"
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050
with:
5151
sparse-checkout-cone-mode: false
5252
sparse-checkout: settings.gradle
@@ -137,7 +137,7 @@ jobs:
137137
--health-retries 5
138138
steps:
139139
- name: "📥 Checkout project"
140-
uses: actions/checkout@v4
140+
uses: actions/checkout@v5
141141
- name: "☕️ Setup JDK"
142142
uses: actions/setup-java@v4
143143
with:

.github/workflows/rat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: "📥 Checkout repository"
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939
- name: "☕️ Setup JDK"
4040
uses: actions/setup-java@v4
4141
with:

0 commit comments

Comments
 (0)