Skip to content

Commit b9fcbde

Browse files
authored
Merge branch 'main' into dependabot/github_actions/technote-space/get-diff-action-6
2 parents 950c875 + bb0a6b8 commit b9fcbde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v6
1717

1818
- name: Set up QEMU
19-
uses: docker/setup-qemu-action@v1
19+
uses: docker/setup-qemu-action@v3
2020

2121
- name: Set up Docker Buildx
2222
uses: docker/setup-buildx-action@v3
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Set up QEMU
41-
uses: docker/setup-qemu-action@v2
41+
uses: docker/setup-qemu-action@v3
4242

4343
- name: Log in to the Container registry
4444
uses: docker/login-action@v3

0 commit comments

Comments
 (0)