Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
deps: update actions/cache action to v3.2.6 (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 26, 2023
1 parent a339045 commit 65b5193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
shell: bash
- name: Restore Yarn Cache
id: yarn-cache
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.6
with:
path: |
.yarn/cache
Expand Down

0 comments on commit 65b5193

Please sign in to comment.