Skip to content

Commit da8f858

Browse files
committed
ci : Upgrade actions/checkout to v5
Signed-off-by: Evan Wies <evan@neomantra.net>
1 parent 79530ad commit da8f858

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190

191191
steps:
192192
- name: Checkout
193-
uses: actions/checkout@v4
193+
uses: actions/checkout@v5
194194

195195
- name: Set up QEMU
196196
uses: docker/setup-qemu-action@v3
@@ -258,7 +258,7 @@ jobs:
258258

259259
steps:
260260
- name: Checkout
261-
uses: actions/checkout@v4
261+
uses: actions/checkout@v5
262262

263263
- name: Login to GitHub Container Registry
264264
uses: docker/login-action@v3
@@ -321,7 +321,7 @@ jobs:
321321

322322
steps:
323323
- name: Checkout
324-
uses: actions/checkout@v4
324+
uses: actions/checkout@v5
325325

326326
- name: Set up QEMU
327327
uses: docker/setup-qemu-action@v3
@@ -402,7 +402,7 @@ jobs:
402402
#flavor: [bookworm-fat, bullseye-fat, alpine-fat]
403403
steps:
404404
- name: Checkout
405-
uses: actions/checkout@v4
405+
uses: actions/checkout@v5
406406

407407
- name: Login to GitHub Container Registry
408408
uses: docker/login-action@v3

0 commit comments

Comments
 (0)