Skip to content

Commit

Permalink
Bump actions/cache from 3.3.2 to 3.3.3 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 12, 2024
1 parent 766287b commit 3a60a43
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/[email protected].2
uses: actions/[email protected].3
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/[email protected].2
uses: actions/[email protected].3
continue-on-error: false
with:
path: |
Expand Down

0 comments on commit 3a60a43

Please sign in to comment.