Skip to content

Commit f3cbb08

Browse files
committed
CI: Try to fix the node.js version workflow warnings...
Signed-off-by: Peter Jones <pjones@redhat.com>
1 parent 954af24 commit f3cbb08

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/mkosi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
runner: ubuntu-24.04-arm
6868

6969
steps:
70-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
70+
- uses: actions/checkout@v5
7171
with:
7272
submodules: recursive
7373
- uses: systemd/mkosi@main

.github/workflows/pullrequest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
steps:
8383
- name: Checkout
84-
uses: actions/checkout@v4
84+
uses: actions/checkout@v5
8585
with:
8686
# otherwise we are testing target branch instead of the PR branch (see pull_request_target trigger)
8787
ref: ${{ github.event.pull_request.head.sha }}
@@ -168,7 +168,7 @@ jobs:
168168

169169
steps:
170170
- name: Checkout
171-
uses: actions/checkout@v4
171+
uses: actions/checkout@v5
172172
with:
173173
# otherwise we are testing target branch instead of the PR branch (see pull_request_target trigger)
174174
ref: ${{ github.event.pull_request.head.sha }}
@@ -225,7 +225,7 @@ jobs:
225225

226226
steps:
227227
- name: Checkout
228-
uses: actions/checkout@v4
228+
uses: actions/checkout@v5
229229
with:
230230
# otherwise we are testing target branch instead of the PR branch (see pull_request_target trigger)
231231
ref: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)