Skip to content

Commit

Permalink
Merge pull request #691 from kids-first/update-gh-action
Browse files Browse the repository at this point in the history
⬆️ Upgrade actions/checkout to v4
  • Loading branch information
haynescd authored Sep 11, 2024
2 parents 9a4e1d3 + 7a4a32c commit 20b64b4
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 20b64b4

Please sign in to comment.