Skip to content

Commit

Permalink
chore: use v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokisan committed Oct 28, 2024
1 parent 010c24d commit 965b497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Lint toml files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
- uses: Swatinem/rust-cache@v2

Expand All @@ -26,7 +26,7 @@ jobs:
name: Lint files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
with:
components: rustfmt, clippy
Expand Down

0 comments on commit 965b497

Please sign in to comment.