Skip to content

Commit 12991e2

Browse files
committed
ci: update Docker workflow action versions
1 parent ddbfdec commit 12991e2

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,23 +67,23 @@ jobs:
6767
uses: actions/checkout@v6
6868

6969
- name: Set up QEMU
70-
uses: docker/setup-qemu-action@v3
70+
uses: docker/setup-qemu-action@v4
7171
with:
7272
platforms: linux/amd64,linux/arm64
7373

7474
- name: Set up Docker Buildx
75-
uses: docker/setup-buildx-action@v3
75+
uses: docker/setup-buildx-action@v4
7676

7777
- name: Log in to Container Registry
78-
uses: docker/login-action@v3
78+
uses: docker/login-action@v4
7979
with:
8080
registry: ghcr.io
8181
username: ${{ github.actor }}
8282
password: ${{ secrets.GITHUB_TOKEN }}
8383

8484
- name: Extract metadata
8585
id: meta
86-
uses: docker/metadata-action@v5
86+
uses: docker/metadata-action@v6
8787
with:
8888
images: ghcr.io/moolen/spectre
8989
tags: |
@@ -94,7 +94,7 @@ jobs:
9494
type=sha,prefix={{branch}}-
9595
9696
- name: Build and push Docker image
97-
uses: docker/build-push-action@v5
97+
uses: docker/build-push-action@v7
9898
with:
9999
context: .
100100
push: true

docs/superpowers/specs/2026-04-15-github-actions-warning-cleanup-design.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Clean up GitHub Actions warnings without changing the release flow semantics.
1010
- Replace `actions/upload-pages-artifact` with explicit tar/gzip packaging plus a direct `actions/upload-artifact` upload for Pages deployment.
1111
- Replace `azure/setup-helm` with explicit Helm binary installation in CI jobs.
1212
- Bump first-party GitHub actions to current major versions that support the Node 24 transition.
13+
- Bump the Docker-maintained GitHub actions in the release workflow to their current major versions.
1314

1415
## Scope
1516

0 commit comments

Comments
 (0)