Skip to content

Commit 3ad7bcd

Browse files
author
Arno Dubois
committed
Bump GitHub Actions to latest major versions
1 parent befcc9c commit 3ad7bcd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
# cosign-release: 'v2.2.4'
3737

3838
- name: Set up Docker Buildx
39-
uses: docker/setup-buildx-action@v3.0.0
39+
uses: docker/setup-buildx-action@v4
4040

4141
# Login against a Docker registry except on PR
4242
- name: Log into registry ${{ env.REGISTRY }}
4343
if: github.event_name != 'pull_request'
44-
uses: docker/login-action@v3.0.0
44+
uses: docker/login-action@v4
4545
with:
4646
registry: ${{ env.REGISTRY }}
4747
username: ${{ github.actor }}
@@ -50,14 +50,14 @@ jobs:
5050
# Extract metadata (tags, labels) for Docker
5151
- name: Extract Docker metadata
5252
id: meta
53-
uses: docker/metadata-action@v5.0.0
53+
uses: docker/metadata-action@v6
5454
with:
5555
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5656

5757
# Build and push Docker image with Buildx (don't push on PR)
5858
- name: Build and push Docker image
5959
id: build-and-push
60-
uses: docker/build-push-action@v5.0.0
60+
uses: docker/build-push-action@v7
6161
with:
6262
context: .
6363
push: ${{ github.event_name != 'pull_request' }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sudo apt install -y fwupd jcat
1919
2020
- name: Set up Go
21-
uses: actions/setup-go@v5
21+
uses: actions/setup-go@v6
2222
with:
2323
go-version: '1.23.x'
2424

0 commit comments

Comments
 (0)