Skip to content

Commit f139b8d

Browse files
chore(deps): update github-actions (#682)
[bump version] Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 61f395e commit f139b8d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
uses: docker/setup-qemu-action@v4
3131

3232
- name: Set up Docker Buildx
33-
uses: docker/setup-buildx-action@v3
33+
uses: docker/setup-buildx-action@v4
3434

3535
# This step uses docker/metadata-action to extract tags and labels that will be applied to the specified image. https://github.com/docker/metadata-action
3636
# The id "meta" allows the output of this step to be referenced in a subsequent step. The images value provides the base name for the tags and labels.
3737
- name: Extract metadata (tags, labels) for Docker
3838
id: meta
39-
uses: docker/metadata-action@v5.10.0
39+
uses: docker/metadata-action@v6.1.0
4040
with:
4141
images: |
4242
${{ github.repository }} # minituff/nautical-backup

.github/workflows/test_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- uses: actions/checkout@v6
9797

9898
- name: Set up Docker Buildx
99-
uses: docker/setup-buildx-action@v3
99+
uses: docker/setup-buildx-action@v4
100100

101101
- name: Build and export Docker image
102102
uses: docker/build-push-action@v7

0 commit comments

Comments
 (0)