ci: upgrade docker/login-action v3 → v4 for Node 24 runtime (#1331)

This commit is contained in:
Tom Boucher 2026-03-19 09:36:10 -04:00 committed by GitHub
parent d121c8e3b2
commit 469d2e1e77

View file

@ -106,7 +106,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Log in to GHCR
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
@ -211,7 +211,7 @@ jobs:
-d "$(jq -n --arg c "**GSD v${VERSION} Released**\n\n${NOTES}\n\n\`npm i gsd-pi@${VERSION}\`" '{content:$c}')"
- name: Log in to GHCR
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
@ -238,7 +238,7 @@ jobs:
- name: Log in to GHCR
if: steps.check.outputs.changed == 'true'
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}