Skip to content

Commit a1a6e3e

Browse files
jeroenclaude
andcommitted
Bump GitHub Actions to latest stable major versions
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 46827d2 commit a1a6e3e

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ jobs:
2424
arch: [ 'amd64', 'arm64' ]
2525
steps:
2626
- name: Set up QEMU
27-
uses: docker/setup-qemu-action@v3
27+
uses: docker/setup-qemu-action@v4
2828

2929
- name: Set up Docker Buildx
30-
uses: docker/setup-buildx-action@v3
30+
uses: docker/setup-buildx-action@v4
3131

3232
- name: Login to GHCR (GitHub Packages)
33-
uses: docker/login-action@v3
33+
uses: docker/login-action@v4
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.actor }}
3737
password: ${{ secrets.GITHUB_TOKEN }}
3838

3939
- name: Checkout
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v7
4141

4242
- name: Build and push
43-
uses: docker/build-push-action@v6
43+
uses: docker/build-push-action@v7
4444
with:
4545
push: true
4646
#context: ${{matrix.distro}}
@@ -61,16 +61,16 @@ jobs:
6161
run: rm -Rf /usr/share/dotnet /opt/ghc "/usr/local/share/boost" "$AGENT_TOOLSDIRECTORY"
6262

6363
- name: Checkout
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v7
6565

6666
- name: Set up QEMU
67-
uses: docker/setup-qemu-action@v3
67+
uses: docker/setup-qemu-action@v4
6868

6969
- name: Set up Docker Buildx
70-
uses: docker/setup-buildx-action@v3
70+
uses: docker/setup-buildx-action@v4
7171

7272
- name: Login to GHCR (GitHub Packages)
73-
uses: docker/login-action@v3
73+
uses: docker/login-action@v4
7474
with:
7575
registry: ghcr.io
7676
username: ${{ github.actor }}

0 commit comments

Comments
 (0)