Skip to content

Commit

Permalink
PLTCLD-351: gha: checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoBCD committed Nov 14, 2024
1 parent a15c715 commit 9dc50c5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: ghcr.io/bcdevices/scm-go-usb-arm:v1.21.1-jammy-2
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Unit Testing
run: |
make test
Expand All @@ -24,7 +24,7 @@ jobs:
image: ghcr.io/bcdevices/scm-go-usb-arm:v1.21.1-jammy-2
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build linux-amd64
run: |
TARGET_ARCH="linux-amd64" make all
Expand All @@ -35,7 +35,7 @@ jobs:
image: ghcr.io/bcdevices/scm-go-usb-arm:v1.21.1-jammy-2
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build linux-arm64
run: |
TARGET_ARCH="linux-arm64" make all
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-gha-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cleanup
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run hadolint
uses: hadolint/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/build
- name: Upload Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

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

0 comments on commit 9dc50c5

Please sign in to comment.