Skip to content

Commit

Permalink
Bump actions/cache from 4.0.2 to 4.2.0 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent b678f24 commit a1a7697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Cargo cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
continue-on-error: false
with:
path: |
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
fetch-depth: 0

- name: Set up Cargo cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
continue-on-error: false
with:
path: |
Expand Down

0 comments on commit a1a7697

Please sign in to comment.