Skip to content

Commit 94d6915

Browse files
ci(deps): Bump actions/cache from 4.3.0 to 5.0.1 (#50)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5fb2128 commit 94d6915

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: echo "result=${{ hashFiles('yarn.lock') }}" >>$GITHUB_OUTPUT
8181
- id: cache
8282
name: Cache dependencies
83-
uses: actions/cache@v4.3.0
83+
uses: actions/cache@v5.0.1
8484
with:
8585
key: ${{ steps.cache-key.outputs.result }}
8686
path: ${{ env.CACHE_PATH }}
@@ -107,7 +107,7 @@ jobs:
107107
node-version-file: .nvmrc
108108
- id: cache
109109
name: Restore dependencies cache
110-
uses: actions/cache@v4.3.0
110+
uses: actions/cache@v5.0.1
111111
with:
112112
key: ${{ needs.preflight.outputs.cache-key }}
113113
path: ${{ env.CACHE_PATH }}
@@ -134,7 +134,7 @@ jobs:
134134
node-version-file: .nvmrc
135135
- id: cache
136136
name: Restore dependencies cache
137-
uses: actions/cache@v4.3.0
137+
uses: actions/cache@v5.0.1
138138
with:
139139
key: ${{ needs.preflight.outputs.cache-key }}
140140
path: ${{ env.CACHE_PATH }}
@@ -170,7 +170,7 @@ jobs:
170170
node-version-file: .nvmrc
171171
- id: cache
172172
name: Restore dependencies cache
173-
uses: actions/cache@v4.3.0
173+
uses: actions/cache@v5.0.1
174174
with:
175175
key: ${{ needs.preflight.outputs.cache-key }}
176176
path: ${{ env.CACHE_PATH }}
@@ -227,7 +227,7 @@ jobs:
227227
node-version-file: .nvmrc
228228
- id: cache
229229
name: Restore dependencies cache
230-
uses: actions/cache@v4.3.0
230+
uses: actions/cache@v5.0.1
231231
with:
232232
key: ${{ needs.preflight.outputs.cache-key }}
233233
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)