Skip to content

Commit 20da251

Browse files
committed
Update
1 parent e28baba commit 20da251

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Setting up Docker Buildx
2727
id: buildx
28-
uses: docker/setup-buildx-action@v2
28+
uses: docker/setup-buildx-action@v3
2929

3030
- name: Cache Docker layers
3131
uses: actions/cache@v3
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Build test
3939
id: docker_test
40-
uses: docker/build-push-action@v3
40+
uses: docker/build-push-action@v5
4141
with:
4242
builder: ${{ steps.buildx.outputs.name }}
4343
cache-from: type=local,src=/tmp/.buildx-cache

0 commit comments

Comments
 (0)