Skip to content

Commit

Permalink
Merge pull request #96 from wesley-dean-flexion/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/docker/setup-buildx-action-3.4.0
  • Loading branch information
wesley-dean-flexion authored Jul 11, 2024
2 parents 1978d69 + 9bd3db1 commit 40e07d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # pin@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # pin@v2
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # pin@v2

- name: Custom Variables
id: customvars
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # pin@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # pin@v2
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # pin@v2

- name: Build
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # pin@v4
Expand Down

0 comments on commit 40e07d9

Please sign in to comment.