Skip to content

Commit 0165154

Browse files
authored
Merge pull request #33 from kool-dev/dependabot/github_actions/docker/setup-buildx-action-2.0.0
Bump docker/setup-buildx-action from 1.6.0 to 2.0.0
2 parents 180dcb1 + bc80fc0 commit 0165154

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v2
1515

1616
- name: Set up Docker Buildx
17-
uses: docker/setup-buildx-action@v1.6.0
17+
uses: docker/setup-buildx-action@v2.0.0
1818

1919
- name: Cache Docker layers
2020
uses: actions/cache@v3.0.4

0 commit comments

Comments
 (0)