Skip to content

Commit ce71659

Browse files
authored
Merge pull request NdoleStudio#41 from NdoleStudio/dependabot/github_actions/actions/cache-3.2.2
fix(deps): bump actions/cache from 3.2.1 to 3.2.2
2 parents 425107b + 7c011c7 commit ce71659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "::set-output name=dir::$(yarn cache dir)"
3434

3535
- name: Cache node_modules 📦
36-
uses: actions/cache@v3.2.1
36+
uses: actions/cache@v3.2.2
3737
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3838
with:
3939
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)