Skip to content

Commit

Permalink
Update checkout & login github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpe committed Aug 12, 2024
1 parent 5ee9aeb commit 2dc96f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

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

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: linuxppc
Expand Down

0 comments on commit 2dc96f6

Please sign in to comment.