We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docker/setup-buildx-action
1 parent 381a475 commit ff89097Copy full SHA for ff89097
.github/actions/build-image/action.yml
@@ -26,7 +26,7 @@ runs:
26
using: composite
27
steps:
28
- name: Set up Docker Buildx
29
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
30
31
- name: Get Latest Idris Commit SHA
32
id: get-sha
0 commit comments