Skip to content

Commit

Permalink
Update github checkout actions to latest v4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
cole14 committed Oct 26, 2024
1 parent 4ddaaa8 commit 1b0b103
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install nightly Rust
shell: bash
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
Expand All @@ -24,7 +24,7 @@ jobs:
msrv-all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install MSRV
run: rustup update 1.62.1 && rustup default 1.62.1
- name: Test
Expand Down

0 comments on commit 1b0b103

Please sign in to comment.