Skip to content

Commit

Permalink
ci: upgrade docker/login-action action to v3
Browse files Browse the repository at this point in the history
This update is necessary as GitHub Actions will stop supporting
Node.js 16. Version 3 now uses Node.js 20.

Reference:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Signed-off-by: Renato Westphal <[email protected]>
  • Loading branch information
rwestphal committed Aug 2, 2024
1 parent e70da50 commit 305184f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{github.actor}}
Expand Down

0 comments on commit 305184f

Please sign in to comment.