Skip to content

Commit eb0587b

Browse files
authored
Upgrade docker/login-action and docker/setup-buildx-action to v4 (#44)
The v3 line of both actions uses Node.js 20 which is deprecated by GitHub Actions. v4 upgrades to Node.js 24.
1 parent 9efdf25 commit eb0587b

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/build-ci-image.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v6.0.2
1717
- name: Set up Docker Buildx
18-
# v3.10.0
19-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
20-
with:
21-
version: v0.23.0
18+
uses: docker/setup-buildx-action@v4
2219
- name: Login to GitHub Container Registry
23-
# v2.2.0
24-
uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737
20+
uses: docker/login-action@v4
2521
with:
2622
registry: ghcr.io
2723
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)