Skip to content

Commit

Permalink
Bump actions/cache from 3.3.3 to 4.0.0 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 25, 2024
1 parent 43339fd commit 3b612f9
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/checkout@v4.1.1

- name: Set up Cargo cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.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@v3.3.3
uses: actions/cache@v4.0.0
continue-on-error: false
with:
path: |
Expand Down

0 comments on commit 3b612f9

Please sign in to comment.