Skip to content

Commit

Permalink
update actions/checkout task (#125)
Browse files Browse the repository at this point in the history
* update actions/checkout task

---------

Co-authored-by: Brian Caswell <[email protected]>
  • Loading branch information
demoray and Brian Caswell authored Mar 22, 2024
1 parent 0b2e989 commit 83042a2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "OPENSSL_LIB_DIR=/usr/lib/i386-linux-gnu" >> $GITHUB_ENV
echo "YARA_OPENSSL_INCLUDE_DIR=/usr/include" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1

- uses: dtolnay/rust-toolchain@stable
with:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
RUSTFLAGS: -Dwarnings

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

- name: Install OpenSSL on windows
uses: lukka/run-vcpkg@v10
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
RUSTFLAGS: -Dwarnings

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

- uses: dtolnay/rust-toolchain@stable

Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
env:
RUSTFLAGS: -Dwarnings
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
Expand All @@ -181,7 +181,7 @@ jobs:
name: Rustfmt
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
Expand All @@ -191,7 +191,7 @@ jobs:
name: Deny
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- uses: EmbarkStudios/cargo-deny-action@v1

coverage:
Expand All @@ -200,7 +200,7 @@ jobs:
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- uses: dtolnay/rust-toolchain@nightly

- name: Install cargo-llvm-cov
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
env:
RUSTFLAGS: -Dwarnings
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- uses: dtolnay/[email protected]
# Only check boreal (and boreal-parser).
# boreal-cli is a useful tool, but MSRV on it is not really useful.
Expand Down

0 comments on commit 83042a2

Please sign in to comment.