Skip to content

Commit

Permalink
Update checkout and cache actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi authored Feb 28, 2023
1 parent be7f900 commit cdf5c6c
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 @@ -11,8 +11,8 @@ jobs:
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit cdf5c6c

Please sign in to comment.