Skip to content

Commit

Permalink
Merge pull request #17 from splunk/dependabot/github_actions/docker/s…
Browse files Browse the repository at this point in the history
…etup-buildx-action-1.6.0

Bump docker/setup-buildx-action from 1.5.1 to 1.6.0
  • Loading branch information
dfederschmidt authored Sep 30, 2021
2 parents 020df40 + fd87836 commit b2a3aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1.5.1
uses: docker/setup-buildx-action@v1.6.0

- name: Cache Docker layers
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagged_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1.5.1
uses: docker/setup-buildx-action@v1.6.0

- name: Cache Docker layers
uses: actions/[email protected]
Expand Down

0 comments on commit b2a3aec

Please sign in to comment.