Skip to content

Commit

Permalink
Update Github Actions Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and victor-rds committed Dec 12, 2023
1 parent a590669 commit 295a04a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/call_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- id: docker_metadata
name: Prepare Docker Metadata
uses: docker/metadata-action@v4.4.0
uses: docker/metadata-action@v4.6.0
with:
labels: |
maintainer=victor-rds
Expand All @@ -81,15 +81,15 @@ jobs:
- id: qemu
name: Set up QEMU
if: contains(inputs.platforms, 'linux/arm')
uses: docker/setup-qemu-action@v2.1.0
uses: docker/setup-qemu-action@v2.2.0

- id: buildx
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.5.0
uses: docker/setup-buildx-action@v2.10.0

- name: Login to DockerHub
if: inputs.pushit
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
username: ${{ secrets.dckr_username }}
password: ${{ secrets.dckr_token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call_pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- id: buildx
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.5.0
uses: docker/setup-buildx-action@v2.10.0

- id: docker_pr_build
name: PR Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ztest_call_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- id: docker_metadata
name: Prepare Docker Metadata
uses: docker/metadata-action@v4.4.0
uses: docker/metadata-action@v4.6.0
with:
labels: |
maintainer=victor-rds
Expand Down

0 comments on commit 295a04a

Please sign in to comment.