Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Commit c1ce22e

Browse files
authored
Merge pull request #629 from NdoleStudio/dependabot/github_actions/actions/cache-5.0.3
fix(deps): bump actions/cache from 5.0.2 to 5.0.3
2 parents 72178a5 + 7a6ab43 commit c1ce22e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: echo "::set-output name=dir::$(yarn cache dir)"
3333

3434
- name: Cache node_modules 📦
35-
uses: actions/cache@v5.0.2
35+
uses: actions/cache@v5.0.3
3636
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3737
with:
3838
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -86,7 +86,7 @@ jobs:
8686
run: echo "::set-output name=dir::$(yarn cache dir)"
8787

8888
- name: Cache node_modules 📦
89-
uses: actions/cache@v5.0.2
89+
uses: actions/cache@v5.0.3
9090
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
9191
with:
9292
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -143,7 +143,7 @@ jobs:
143143
run: echo "::set-output name=dir::$(yarn cache dir)"
144144

145145
- name: Cache node_modules 📦
146-
uses: actions/cache@v5.0.2
146+
uses: actions/cache@v5.0.3
147147
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
148148
with:
149149
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)