Skip to content

Commit

Permalink
Merge branch 'dependabot/github_actions/docker/setup-buildx-action-3'…
Browse files Browse the repository at this point in the history
… into q/126.0
  • Loading branch information
bert-e committed Sep 13, 2023
2 parents f466ea2 + bb137c5 commit 34b9897
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# in the product.txt
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Install Python 3
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
with:
ref: ${{ inputs.ref }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Compute shell-ui version
run: |
source VERSION
Expand Down Expand Up @@ -414,7 +414,7 @@ jobs:
with:
ref: ${{ inputs.ref }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Install node
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# "Compute" the harbor project to use
- name: Set registry project to Prod
Expand Down

0 comments on commit 34b9897

Please sign in to comment.