Skip to content

Commit

Permalink
ci/restund: upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Feb 1, 2024
1 parent 3ea055a commit 7d89b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/restund.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
IMAGE_NAME: ${{ github.repository }}/restund
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Log into registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: "ghcr.io"
username: ${{ github.actor }}
Expand Down

0 comments on commit 7d89b64

Please sign in to comment.