Skip to content

Commit 897ae93

Browse files
dependabot[bot]matteobruni
authored andcommitted
fix(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)
1 parent dee8cad commit 897ae93

File tree

1 file changed

+1
-1
lines changed
  • apps/nuxt2-particles-demo/.github/workflows

1 file changed

+1
-1
lines changed

apps/nuxt2-particles-demo/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: echo "::set-output name=dir::$(yarn cache dir)"
3535

3636
- name: Cache node_modules 📦
37-
uses: actions/[email protected].2
37+
uses: actions/[email protected].3
3838
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3939
with:
4040
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)