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

Commit

Permalink
chore(deps): bump actions/cache from 3.0.2 to 3.0.3
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2022
1 parent 2b8a088 commit d94236b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ runs:
- name: ♻️ Gatsby cache
if: inputs.build != 'false' && steps.yarn-installed-packages.outputs.gatsby == 'true'
uses: actions/cache@v3.0.2
uses: actions/cache@v3.0.3
id: gatsby-cache
with:
path: |
Expand All @@ -106,7 +106,7 @@ runs:
- name: ♻️ Storybook cache
if: inputs.build != 'false' && steps.yarn-installed-packages.outputs.storybook == 'true'
uses: actions/cache@v3.0.2
uses: actions/cache@v3.0.3
id: storybook-cache
with:
path: node_modules/.cache/storybook
Expand Down Expand Up @@ -188,7 +188,7 @@ runs:
- name: ♻️ Test cache
if: inputs.checks == 'true' && inputs.test == 'true'
uses: actions/cache@v3.0.2
uses: actions/cache@v3.0.3
with:
path: ${{ steps.jest-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-test-${{ github.sha }}
Expand Down

0 comments on commit d94236b

Please sign in to comment.