Skip to content

Commit

Permalink
Update actions/checkout from v3 to v4 in main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa authored Sep 13, 2024
1 parent 0c89358 commit 2e7c84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Login
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Expand Down

0 comments on commit 2e7c84f

Please sign in to comment.