Skip to content

Commit 1e92df1

Browse files
committed
chore: bump action versions
1 parent 7c222b7 commit 1e92df1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-images.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
fail-fast: false
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535

3636
- name: Docker meta
3737
id: meta
38-
uses: docker/metadata-action@v4
38+
uses: docker/metadata-action@v5.5.0
3939
with:
4040
# list of Docker images to use as base name for tags
4141
images: |
@@ -48,19 +48,19 @@ jobs:
4848
latest=false
4949
5050
- name: Set up QEMU
51-
uses: docker/setup-qemu-action@v2
51+
uses: docker/setup-qemu-action@v3
5252

5353
- name: Set up Docker Buildx
54-
uses: docker/setup-buildx-action@v2
54+
uses: docker/setup-buildx-action@v3
5555

5656
- name: Login to Docker Hub
57-
uses: docker/login-action@v2
57+
uses: docker/login-action@v3
5858
with:
5959
username: ${{ secrets.DOCKER_HUB_USERNAME }}
6060
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
6161

6262
- name: Build fish:${{ matrix.version.fish }} image
63-
uses: docker/build-push-action@v3
63+
uses: docker/build-push-action@v5
6464
with:
6565
push: true
6666
context: .

0 commit comments

Comments
 (0)