We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1059abd + 2b6bb21 commit 5daf482Copy full SHA for 5daf482
2 files changed
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v6
16
17
- - uses: technote-space/get-diff-action@v4
+ - uses: technote-space/get-diff-action@v6
18
with:
19
PATTERN: |
20
.go
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v6
- name: Set up QEMU
- uses: docker/setup-qemu-action@v1
+ uses: docker/setup-qemu-action@v3
21
- name: Set up Docker Buildx
22
uses: docker/setup-buildx-action@v3
@@ -38,7 +38,7 @@ jobs:
38
runs-on: ubuntu-latest
39
40
41
- uses: docker/setup-qemu-action@v2
42
43
- name: Log in to the Container registry
44
uses: docker/login-action@v3
0 commit comments