Skip to content

Commit a425d26

Browse files
authored
Merge pull request #270 from com-pas/dependabot/github_actions/docker/setup-buildx-action-3
chore(deps): bump docker/setup-buildx-action from 2 to 3
2 parents 36a7897 + 253e23d commit a425d26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Docker Buildx
3333
id: buildx
3434
if: ${{ github.event_name == 'pull_request' }}
35-
uses: docker/setup-buildx-action@v2
35+
uses: docker/setup-buildx-action@v3
3636
- name: Use Node.js 14.x
3737
uses: actions/setup-node@v3
3838
with:

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: echo "##[set-output name=tagname;]$(echo ${GITHUB_REF##*/})"
3232
- name: Set up Docker Buildx
3333
id: buildx
34-
uses: docker/setup-buildx-action@v2
34+
uses: docker/setup-buildx-action@v3
3535
- name: Login to Docker Hub
3636
uses: docker/login-action@v3
3737
with:

0 commit comments

Comments
 (0)