Skip to content

Commit

Permalink
bump action to non-deprecated version
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Dec 13, 2023
1 parent 286770a commit 1e9d3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: "make build_${{ matrix.img }}"
- name: Log in to the Container registry
if: ${{ github.event.pull_request.merged || github.actor == 'CamJN' }}
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@v3
id: login
with:
registry: ghcr.io
Expand Down

0 comments on commit 1e9d3a2

Please sign in to comment.