Skip to content

Commit ff6caf0

Browse files
authored
Upgrade docker/login-action to v4 (#51)
The v3 line uses Node.js 20 which is deprecated by GitHub Actions. v4 upgrades to Node.js 24.
1 parent 62b2719 commit ff6caf0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v6.0.2
3838
- name: Login to GitHub Container Registry
39-
# v2.2.0
40-
uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737
39+
uses: docker/login-action@v4
4140
with:
4241
registry: ghcr.io
4342
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)