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

Commit d94236b

Browse files
chore(deps): bump actions/cache from 3.0.2 to 3.0.3
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>
1 parent 2b8a088 commit d94236b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ runs:
9494
9595
- name: ♻️ Gatsby cache
9696
if: inputs.build != 'false' && steps.yarn-installed-packages.outputs.gatsby == 'true'
97-
uses: actions/cache@v3.0.2
97+
uses: actions/cache@v3.0.3
9898
id: gatsby-cache
9999
with:
100100
path: |
@@ -106,7 +106,7 @@ runs:
106106
107107
- name: ♻️ Storybook cache
108108
if: inputs.build != 'false' && steps.yarn-installed-packages.outputs.storybook == 'true'
109-
uses: actions/cache@v3.0.2
109+
uses: actions/cache@v3.0.3
110110
id: storybook-cache
111111
with:
112112
path: node_modules/.cache/storybook
@@ -188,7 +188,7 @@ runs:
188188
189189
- name: ♻️ Test cache
190190
if: inputs.checks == 'true' && inputs.test == 'true'
191-
uses: actions/cache@v3.0.2
191+
uses: actions/cache@v3.0.3
192192
with:
193193
path: ${{ steps.jest-cache-dir-path.outputs.dir }}
194194
key: ${{ runner.os }}-test-${{ github.sha }}

0 commit comments

Comments
 (0)