Skip to content

Commit 2dc96f6

Browse files
committed
Update checkout & login github actions
1 parent 5ee9aeb commit 2dc96f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: Build docker image
2626
run: make -C build rebuild-image@$SUBARCH@$IMAGE
2727

2828
- name: Login to GitHub Container Registry
29-
uses: docker/login-action@v2
29+
uses: docker/login-action@v3
3030
with:
3131
registry: ghcr.io
3232
username: linuxppc

0 commit comments

Comments
 (0)