Skip to content

Commit

Permalink
Update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed Feb 23, 2024
1 parent 634ff40 commit a7b4089
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: hecrj/setup-rust-action@v1
with:
rust-version: stable
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Check formatting
run: cargo fmt -- --check
- name: Clippy
Expand All @@ -31,7 +31,7 @@ jobs:
uses: hecrj/setup-rust-action@v1
with:
rust-version: stable
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
Expand All @@ -44,7 +44,7 @@ jobs:
uses: hecrj/setup-rust-action@v1
with:
rust-version: 1.69
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
Expand All @@ -60,7 +60,7 @@ jobs:
toolchain: nightly
override: true
components: llvm-tools-preview
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build and run
uses: Swatinem/fucov@v1
- name: Update coverage to Codecov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Build documentation
Expand Down

0 comments on commit a7b4089

Please sign in to comment.