Skip to content

Commit

Permalink
Bump actions/checkout from 1 to 4 (#228)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v1...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lloyd <[email protected]>
  • Loading branch information
dependabot[bot] and lloydmeta authored Feb 11, 2024
1 parent 784efdd commit 1d8fbc2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: rustup toolchain update nightly && rustup default nightly
- uses: Swatinem/rust-cache@v2
- name: run benchmark
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Basic sanity checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand All @@ -34,7 +34,7 @@ jobs:
toolchain: [ stable, nightly ]
use_std: [ y, n ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
name: thumbv6m-none-eabi toolchain setup
if: ${{ matrix.use_std == 'y' }}
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
toolchain: [ stable, nightly ]
use_std: [ y, n ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
name: thumbv6m-none-eabi toolchain setup
if: ${{ matrix.use_std == 'y' }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
matrix:
toolchain: [ stable, nightly ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -133,7 +133,7 @@ jobs:
matrix:
toolchain: [ stable, nightly ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

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

- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 1d8fbc2

Please sign in to comment.