Skip to content

Commit

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

Bump docker/setup-buildx-action from 1 to 3
  • Loading branch information
kumiori authored Nov 25, 2024
2 parents 3e56ca4 + 3f663b8 commit 18d61a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Build Docker image for amd64 platforms
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile-paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Run Inara Paper
run: |
Expand Down

0 comments on commit 18d61a3

Please sign in to comment.