Skip to content

Commit 7f49b09

Browse files
committed
[doxygen] Update action versions to silence GitHub warnings
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
1 parent ec9cd32 commit 7f49b09

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/doxygen.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@ jobs:
2525
uses: actions/checkout@v6
2626

2727
- name: Login
28-
uses: docker/login-action@v3
28+
uses: docker/login-action@v4
2929
with:
3030
registry: ghcr.io
3131
username: ${{ github.actor }}
3232
password: ${{ secrets.GITHUB_TOKEN }}
3333

3434
- name: Set up builder
35-
uses: docker/setup-buildx-action@v3
35+
uses: docker/setup-buildx-action@v4
3636

3737
- name: Build
38-
uses: docker/build-push-action@v6
38+
uses: docker/build-push-action@v7
3939
with:
4040
context: doxygen
4141
push: true
4242
tags: |
4343
${{ env.reponame }}/${{ env.pkgname }}:draft-${{ github.sha }}
4444
4545
- name: Build (checker)
46-
uses: docker/build-push-action@v6
46+
uses: docker/build-push-action@v7
4747
with:
4848
context: doxygen
4949
target: check-doxygen

0 commit comments

Comments
 (0)