Skip to content

Commit

Permalink
Update checkout task to v4 since v3 uses an end-of-life node version 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Feb 22, 2024
1 parent ad23f78 commit dcba29d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies (macOS)
run: brew install fftw
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- check: 'firmware/hackrf_usb'
exclude: ''
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run clang-format-action
uses: jidicula/[email protected]
with:
Expand Down

0 comments on commit dcba29d

Please sign in to comment.