Skip to content

Commit

Permalink
Update GitHub Actions workflows to use latest checkout and setup acti…
Browse files Browse the repository at this point in the history
…ons for improved compatibility and features
  • Loading branch information
eduardolat committed Sep 8, 2024
1 parent 928b8c1 commit 0979b83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint-test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
platform: [linux/amd64, linux/arm64]
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

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

- name: Build Docker image
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-docker-hub-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Sync Docker Hub README
uses: ms-jpq/sync-dockerhub-readme@v1
Expand Down

0 comments on commit 0979b83

Please sign in to comment.