Skip to content

Commit

Permalink
Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Era-Dorta committed Jan 4, 2025
1 parent 27f1cd1 commit 9d07d37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3

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

- name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}
Expand All @@ -29,7 +29,7 @@ jobs:
uses: astral-sh/setup-uv@v5

- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
fetch-depth: '0'
Expand Down

0 comments on commit 9d07d37

Please sign in to comment.