Skip to content

Commit

Permalink
Merge pull request #5 from sethforprivacy/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/setup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
sethforprivacy authored May 18, 2024
2 parents f1f2a39 + 831e614 commit fa4ea2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-site-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-site-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit fa4ea2f

Please sign in to comment.