Skip to content

Commit

Permalink
Update github actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarb committed Aug 29, 2024
1 parent bea93a3 commit e6b5c9e
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,8 +10,8 @@ jobs:
matrix:
toolchain: [1.74.0, stable, beta, nightly]
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry/index/
Expand Down Expand Up @@ -91,8 +91,8 @@ jobs:
name: Run tests under Miri
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry/index/
Expand Down

0 comments on commit e6b5c9e

Please sign in to comment.