Skip to content

Commit

Permalink
chore(deps): update github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 95ca535 commit 0b0339c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/call_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ jobs:
- id: qemu
name: Set up QEMU
if: contains(inputs.platforms, 'linux/arm')
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.2.0

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

- name: Login to DockerHub
if: inputs.pushit
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.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 @@ -36,7 +36,7 @@ jobs:

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

- id: docker_pr_build
name: PR Build
Expand Down

0 comments on commit 0b0339c

Please sign in to comment.