Skip to content

Commit

Permalink
⬆️ Upgrade actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
haynescd committed Sep 11, 2024
1 parent 9a4e1d3 commit 7a4a32c
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 @@ -34,9 +34,9 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-tags: "true"
fetch-tags: true
- uses: docker/login-action@v3
with:
registry: ghcr.io
Expand Down

0 comments on commit 7a4a32c

Please sign in to comment.