Skip to content

Commit b1e154e

Browse files
authored
Merge pull request #1065 from wildfly/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents bd92c9f + 0ea5df5 commit b1e154e

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/kubernetes-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
# - name: Output event
2424
# run: echo "${{ toJSON(github.event) }}"
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
- name: Get all directories
2727
id: get-top-level-directories
2828
run: |
@@ -200,7 +200,7 @@ jobs:
200200
run: |
201201
helm repo add wildfly https://docs.wildfly.org/wildfly-charts/
202202
helm repo update wildfly
203-
- uses: actions/checkout@v4
203+
- uses: actions/checkout@v5
204204
- name: Set up Go
205205
uses: actions/setup-go@v6
206206
with:

.github/workflows/project_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
jdk: [17]
2020
os: [ubuntu-latest, windows-latest]
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
path: quickstarts
2525
- name: Set up JDK ${{ matrix.jdk }}
@@ -57,7 +57,7 @@ jobs:
5757
jdk: [17]
5858
os: [ubuntu-latest, windows-latest]
5959
steps:
60-
- uses: actions/checkout@v4
60+
- uses: actions/checkout@v5
6161
with:
6262
path: quickstarts
6363
- uses: actions/download-artifact@v5

.github/workflows/publish-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Check out tag to publish
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
with:
3131
ref: ${{ inputs.tag }}
3232
- name: Set up JDK

.github/workflows/quickstart_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
jdk: ${{ fromJSON(needs.Matrix-Setup.outputs.jdk) }}
7979
os: ${{ fromJSON(needs.Matrix-Setup.outputs.os) }}
8080
steps:
81-
- uses: actions/checkout@v4
81+
- uses: actions/checkout@v5
8282
with:
8383
path: quickstarts
8484
- name: Set up JDK ${{ matrix.jdk }}
@@ -175,7 +175,7 @@ jobs:
175175
jdk: ${{ fromJSON(needs.Matrix-Setup.outputs.jdk) }}
176176
os: ${{ fromJSON(needs.Matrix-Setup.outputs.os) }}
177177
steps:
178-
- uses: actions/checkout@v4
178+
- uses: actions/checkout@v5
179179
with:
180180
path: quickstarts
181181
- uses: actions/download-artifact@v5

.github/workflows/quickstart_ejb-txn-remote-call_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
jdk: ${{ fromJSON(needs.Matrix-Setup.outputs.jdk) }}
4242
os: ${{ fromJSON(needs.Matrix-Setup.outputs.os) }}
4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
with:
4646
path: quickstarts
4747
- name: Set up JDK ${{ matrix.jdk }}
@@ -140,7 +140,7 @@ jobs:
140140
jdk: ${{ fromJSON(needs.Matrix-Setup.outputs.jdk) }}
141141
os: ${{ fromJSON(needs.Matrix-Setup.outputs.os) }}
142142
steps:
143-
- uses: actions/checkout@v4
143+
- uses: actions/checkout@v5
144144
with:
145145
path: quickstarts
146146
- uses: actions/download-artifact@v5

.github/workflows/reduce_readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout Repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
- name: Install Asciidoctor Reducer
2020
run: sudo gem install asciidoctor-reducer
2121
- name: Reduce README

0 commit comments

Comments
 (0)