Skip to content

Commit ffe0c59

Browse files
chore(deps): update github workflows
Generated by renovateBot
1 parent 42ee929 commit ffe0c59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docker.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Docker meta
3737
id: meta
38-
uses: docker/metadata-action@v5
38+
uses: docker/metadata-action@v6
3939
with:
4040
# list of Docker images to use as base name for tags
4141
images: |
@@ -46,13 +46,13 @@ jobs:
4646
type=semver,pattern=v{{major}}.{{minor}}
4747
4848
- name: Set up QEMU
49-
uses: docker/setup-qemu-action@v3
49+
uses: docker/setup-qemu-action@v4
5050

5151
- name: Set up Docker Buildx
52-
uses: docker/setup-buildx-action@v3
52+
uses: docker/setup-buildx-action@v4
5353

5454
- name: Login to DockerHub
55-
uses: docker/login-action@v3
55+
uses: docker/login-action@v4
5656
with:
5757
username: ${{ secrets.DOCKERHUB_USERNAME }}
5858
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
go test -race -json -v ./... 2>&1 | tee test.log
4545
4646
- name: Upload test log
47-
uses: actions/upload-artifact@v6
47+
uses: actions/upload-artifact@v7
4848
if: always()
4949
with:
5050
name: test-log-${{ matrix.os }}

0 commit comments

Comments
 (0)