Skip to content

Commit d41c22a

Browse files
committed
Update actions
1 parent b04ffe4 commit d41c22a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
varnish-60:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v2
22-
- uses: docker/setup-qemu-action@v1
21+
- uses: actions/checkout@v4
22+
- uses: docker/setup-qemu-action@v3
2323
with:
2424
platforms: amd64,arm64
25-
- uses: docker/setup-buildx-action@v1
25+
- uses: docker/setup-buildx-action@v3
2626
- uses: ./.github/actions
2727
with:
2828
version: '6.0.13'

0 commit comments

Comments
 (0)