Skip to content

Commit

Permalink
bump actions/checkout to 4 (fixes #56) (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Sep 20, 2023
1 parent 055d7ae commit 5f47ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
arch: [amd64, arm, arm64]
steps:
- name: checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: container registries
run: |
docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
arch: [amd64, arm, arm64]
steps:
- name: checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: container registries
run: |
docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5f47ebd

Please sign in to comment.