Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kpreid committed Dec 8, 2023
1 parent 2b14d85 commit 75c6ba5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- run: df -h .

- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4

- run: df -h .

Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
large-packages: false # slow
swap-storage: false

- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4

- name: Install native libraries
if: ${{ runner.os == 'Linux' }}
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
runs-on: ubuntu-latest

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

- uses: Swatinem/rust-cache@v2.7.0

Expand All @@ -321,7 +321,7 @@ jobs:
runs-on: ubuntu-latest

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

# The build is faster *without* this cache.
# - uses: Swatinem/rust-cache@v2.7.0
Expand All @@ -345,7 +345,7 @@ jobs:
runs-on: ubuntu-latest

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

# Cache both the main workspace (for xtask builds) and the fuzzing workspace
- uses: Swatinem/rust-cache@v2.7.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Install Rust toolchain
# Not sure if this is strictly necessary -- but it is if GitHub Actions images aren't
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unstable-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ${{ matrix.os }}-latest

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4
with:
ref: unstable-rust

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
runs-on: ubuntu-latest

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

- uses: Swatinem/rust-cache@v2.7.0
with:
Expand Down

0 comments on commit 75c6ba5

Please sign in to comment.