Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 04f4f63 commit 3cb2402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scip-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install asdf.
uses: asdf-vm/actions/[email protected]
- name: Cache asdf and asdf-managed tools.
uses: actions/cache@v3.3.1
uses: actions/cache@v3.4.0
id: asdf-cache
with:
path: ${{ env.ASDF_DIR }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scip-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install asdf.
uses: asdf-vm/actions/[email protected]
- name: Cache asdf and asdf-managed tools.
uses: actions/cache@v3.3.1
uses: actions/cache@v3.4.0
id: asdf-cache
with:
path: ${{ env.ASDF_DIR }}
Expand Down

0 comments on commit 3cb2402

Please sign in to comment.