Skip to content

Commit

Permalink
Merge pull request #42 from ectobit/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…setup-buildx-action-1.6.0

Bump docker/setup-buildx-action from 1.5.1 to 1.6.0
  • Loading branch information
acim committed Sep 6, 2021
2 parents d0a4c7a + 8887cd3 commit 024937b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out
uses: actions/checkout@v2.3.4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1.5.1
uses: docker/setup-buildx-action@v1.6.0
- name: Set up cache
uses: actions/cache@v2.1.6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mariadb-client.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out
uses: actions/checkout@v2.3.4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1.5.1
uses: docker/setup-buildx-action@v1.6.0
- name: Set up cache
uses: actions/cache@v2.1.6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysqldump-minio.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out
uses: actions/checkout@v2.3.4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1.5.1
uses: docker/setup-buildx-action@v1.6.0
- name: Set up cache
uses: actions/cache@v2.1.6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rspamd.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2.3.4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1.5.1
uses: docker/setup-buildx-action@v1.6.0

- name: Set up cache
uses: actions/cache@v2.1.6
Expand Down

0 comments on commit 024937b

Please sign in to comment.