Skip to content

Commit 2fe2bf9

Browse files
committed
fix: try to update docker actions
1 parent bf8840e commit 2fe2bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ jobs:
8787
- name: Install dependencies
8888
run: npm install --only=production
8989
- name: Set up QEMU
90-
uses: docker/setup-qemu-action@v2
90+
uses: docker/setup-qemu-action@v3
9191
- name: Set up Docker Buildx
92-
uses: docker/setup-buildx-action@v2
92+
uses: docker/setup-buildx-action@v3
9393
- name: Login to Docker Hub
9494
uses: docker/login-action@v2
9595
with:

0 commit comments

Comments
 (0)