Skip to content

Commit 2168ce7

Browse files
chore(deps): update github workflows (major) (#601)
1 parent a7d527a commit 2168ce7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
run: go mod download
5858

5959
- name: Set up QEMU
60-
uses: docker/setup-qemu-action@v3
60+
uses: docker/setup-qemu-action@v4
6161

6262
- name: Set up Docker Buildx
63-
uses: docker/setup-buildx-action@v3
63+
uses: docker/setup-buildx-action@v4
6464

6565
- name: Login to DockerHub
66-
uses: docker/login-action@v3
66+
uses: docker/login-action@v4
6767
with:
6868
username: ${{ secrets.DOCKERHUB_USERNAME }}
6969
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
go test -coverpkg=./... -json -v -coverprofile=coverage2.out -covermode=atomic ./test/integration/... 2>&1 | tee -a /tmp/gotest.log | tparse
6464
6565
- name: Upload test log
66-
uses: actions/upload-artifact@v6
66+
uses: actions/upload-artifact@v7
6767
if: always()
6868
with:
6969
name: test-log

0 commit comments

Comments
 (0)