Skip to content

Commit

Permalink
chore(ci): Update to checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
vifino committed Feb 9, 2024
1 parent 329cb4d commit de0f230
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
check: rdma
name: ${{ matrix.system }} - ${{ matrix.check }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup QEMU User and binfmt
uses: docker/setup-qemu-action@v3
if: ${{ matrix.system != 'x86_64' && matrix.system != 'i686' }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
LLVM_PROFILE_FILE: /tmp/nvmetcfg-%p-%8m.profraw

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: llvm-tools-preview
Expand All @@ -43,3 +43,4 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
files: nvmetcfg.lcov
name: unit-tests
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
system: [x86_64, i686, aarch64]
name: ${{ matrix.system }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup QEMU User and binfmt
uses: docker/setup-qemu-action@v3
if: ${{ matrix.system != 'x86_64' && matrix.system != 'i686' }}
Expand Down

0 comments on commit de0f230

Please sign in to comment.