Skip to content

Commit

Permalink
CI: Use briansmith/actions-checkout@v4.
Browse files Browse the repository at this point in the history
briansmith/actions-checkout was updated from actions/checkout.
  • Loading branch information
briansmith committed Nov 30, 2023
1 parent 6bd1a21 commit 8397918
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- run: rustup --version

- uses: briansmith/actions-checkout@v2
- uses: briansmith/actions-checkout@v4
with:
persist-credentials: false

Expand All @@ -29,7 +29,7 @@ jobs:
steps:
- run: rustup --version

- uses: briansmith/actions-checkout@v2
- uses: briansmith/actions-checkout@v4
with:
persist-credentials: false

Expand All @@ -55,7 +55,7 @@ jobs:
# With `--locked` `cargo install` complains about using yanked crates.
- run: cargo install cargo-audit --vers "0.17.4"

- uses: briansmith/actions-checkout@v2
- uses: briansmith/actions-checkout@v4
with:
persist-credentials: false

Expand All @@ -82,7 +82,7 @@ jobs:

- run: cargo install cargo-deny --locked --vers "0.9.1"

- uses: briansmith/actions-checkout@v2
- uses: briansmith/actions-checkout@v4
with:
persist-credentials: false

Expand All @@ -98,7 +98,7 @@ jobs:
steps:
- run: rustup --version

- uses: briansmith/actions-checkout@v2
- uses: briansmith/actions-checkout@v4
with:
persist-credentials: false

Expand All @@ -112,7 +112,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: briansmith/actions-checkout@v2
- uses: briansmith/actions-checkout@v4
with:
persist-credentials: false

Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
- if: ${{ contains(matrix.host_os, 'ubuntu') }}
run: sudo apt-get update -y

- uses: briansmith/actions-checkout@v2
- uses: briansmith/actions-checkout@v4
with:
persist-credentials: false

Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
steps:
- run: sudo apt-get update -y

- uses: briansmith/actions-checkout@v2
- uses: briansmith/actions-checkout@v4
with:
persist-credentials: false

Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
- if: ${{ contains(matrix.host_os, 'ubuntu') }}
run: sudo apt-get update -y

- uses: briansmith/actions-checkout@v2
- uses: briansmith/actions-checkout@v4
with:
persist-credentials: false

Expand Down Expand Up @@ -435,7 +435,7 @@ jobs:
- if: ${{ contains(matrix.host_os, 'ubuntu') }}
run: sudo apt-get update -y

- uses: briansmith/actions-checkout@v2
- uses: briansmith/actions-checkout@v4
with:
persist-credentials: false

Expand Down Expand Up @@ -524,7 +524,7 @@ jobs:
- if: ${{ contains(matrix.host_os, 'ubuntu') }}
run: sudo apt-get update -y

- uses: briansmith/actions-checkout@v2
- uses: briansmith/actions-checkout@v4
with:
persist-credentials: false

Expand Down

0 comments on commit 8397918

Please sign in to comment.