Skip to content

Commit

Permalink
Merge pull request #128 from tosuke-homelab/renovate/docker-setup-bui…
Browse files Browse the repository at this point in the history
…ldx-action-3.x

chore(deps): update docker/setup-buildx-action action to v3.8.0
  • Loading branch information
tosuke authored Dec 21, 2024
2 parents 4955bab + 83dabf1 commit d6b857b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wf-build-bird.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
BIRD_VERSION: 2.13.1
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
- uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
- uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0

- if: inputs.push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wf-build-otelcol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
packages: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
- uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
- uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0

- if: inputs.push
Expand Down

0 comments on commit d6b857b

Please sign in to comment.