Skip to content

Commit 53a7797

Browse files
committed
CI: upgrade actions
1 parent 13c8099 commit 53a7797

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,28 @@ jobs:
3434

3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v4
3838

3939
- name: Login to DockerHub
40-
uses: docker/login-action@v2
40+
uses: docker/login-action@v3
4141
with:
4242
username: ${{ secrets.DOCKERHUB_USERNAME }}
4343
password: ${{ secrets.DOCKERHUB_TOKEN }}
4444

4545
- name: Set up QEMU
46-
uses: docker/setup-qemu-action@v2
46+
uses: docker/setup-qemu-action@v3
4747

4848
- name: Set up Docker Buildx
49-
uses: docker/setup-buildx-action@v2
49+
uses: docker/setup-buildx-action@v3
5050

5151
- name: Cache Docker layers
52-
uses: actions/cache@v2
52+
uses: actions/cache@v4
5353
with:
5454
path: /tmp/.buildx-cache
5555
key: ${{ runner.os }}-buildx-${{ github.sha }}-${{ matrix.image }}
5656

5757
- name: Build and push
58-
uses: docker/build-push-action@v3
58+
uses: docker/build-push-action@v5
5959
with:
6060
context: .
6161
push: true

0 commit comments

Comments
 (0)