Skip to content

Commit

Permalink
Merge pull request #2275 from vrk-kpa/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/setup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
Zharktas authored Jun 20, 2024
2 parents a40820a + aca0887 commit ce27859
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
submodules: ${{ matrix.submodules }}

- name: setup docker buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1-node16
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- name: setup docker buildx
if: ${{ matrix.build-container == true }}
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: configure NPM credentials
if: ${{ matrix.build-frontend == true && matrix.build-container == true }}
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
uses: actions/checkout@v4

- name: setup docker buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: install nodejs v20
uses: actions/setup-node@v4
Expand Down

0 comments on commit ce27859

Please sign in to comment.