Skip to content

Commit bc91287

Browse files
ci(deps): bump actions/cache from 5.0.3 to 5.0.4 (#17)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 21aa695 commit bc91287

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: echo "result=${{ hashFiles('yarn.lock') }}" >>$GITHUB_OUTPUT
8484
- id: cache
8585
name: Cache dependencies
86-
uses: actions/cache@v5.0.3
86+
uses: actions/cache@v5.0.4
8787
with:
8888
key: ${{ steps.cache-key.outputs.result }}
8989
path: ${{ env.CACHE_PATH }}
@@ -110,7 +110,7 @@ jobs:
110110
node-version-file: .nvmrc
111111
- id: cache
112112
name: Restore dependencies cache
113-
uses: actions/cache@v5.0.3
113+
uses: actions/cache@v5.0.4
114114
with:
115115
key: ${{ needs.preflight.outputs.cache-key }}
116116
path: ${{ env.CACHE_PATH }}
@@ -137,7 +137,7 @@ jobs:
137137
node-version-file: .nvmrc
138138
- id: cache
139139
name: Restore dependencies cache
140-
uses: actions/cache@v5.0.3
140+
uses: actions/cache@v5.0.4
141141
with:
142142
key: ${{ needs.preflight.outputs.cache-key }}
143143
path: ${{ env.CACHE_PATH }}
@@ -173,7 +173,7 @@ jobs:
173173
node-version-file: .nvmrc
174174
- id: cache
175175
name: Restore dependencies cache
176-
uses: actions/cache@v5.0.3
176+
uses: actions/cache@v5.0.4
177177
with:
178178
key: ${{ needs.preflight.outputs.cache-key }}
179179
path: ${{ env.CACHE_PATH }}
@@ -233,7 +233,7 @@ jobs:
233233
node-version-file: .nvmrc
234234
- id: cache
235235
name: Restore dependencies cache
236-
uses: actions/cache@v5.0.3
236+
uses: actions/cache@v5.0.4
237237
with:
238238
key: ${{ needs.preflight.outputs.cache-key }}
239239
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)