Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2023
1 parent 18c129e commit d35bc2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3'
- uses: 'actions/checkout@v4'
- uses: 'dtolnay/rust-toolchain@master'
with:
toolchain: 'stable'
Expand All @@ -19,7 +19,7 @@ jobs:
test:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3'
- uses: 'actions/checkout@v4'
- uses: 'dtolnay/rust-toolchain@master'
with:
toolchain: 'stable'
Expand All @@ -28,7 +28,7 @@ jobs:
format:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3'
- uses: 'actions/checkout@v4'
- uses: 'dtolnay/rust-toolchain@master'
with:
toolchain: 'stable'
Expand All @@ -38,7 +38,7 @@ jobs:
clippy:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3'
- uses: 'actions/checkout@v4'
- uses: 'dtolnay/rust-toolchain@master'
with:
toolchain: 'stable'
Expand Down

0 comments on commit d35bc2e

Please sign in to comment.