Skip to content

Commit

Permalink
chore: update github checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sminez committed Sep 3, 2024
1 parent c8f04ab commit 86d02f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
features: ["default", "default,serde"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{ matrix.rust }}
Expand All @@ -39,7 +39,7 @@ jobs:
name: Ensure rustfmt is happy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: hecrj/setup-rust-action@v1
with:
components: rustfmt
Expand All @@ -51,7 +51,7 @@ jobs:
# env:
# RUSTFLAGS: -Dwarnings
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: hecrj/setup-rust-action@v1
with:
components: clippy
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: hecrj/setup-rust-action@v1
with:
rust-version: nightly
Expand Down

0 comments on commit 86d02f6

Please sign in to comment.