Skip to content

Commit

Permalink
Merge pull request #2 from ecliptical/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
pnehrer committed Mar 6, 2024
2 parents 7d7948d + e50a8a0 commit c105125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Check out the source code
uses: actions/checkout@v4
- name: Cache tools
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: ${{ runner.os }}-${{ hashFiles('Cargo.lock') }}
path: |
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Check out the source code
uses: actions/checkout@v4
- name: Cache tools
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: ${{ runner.os }}-${{ hashFiles('Cargo.lock') }}
path: |
Expand Down

0 comments on commit c105125

Please sign in to comment.