Skip to content

Commit a6bab33

Browse files
ci(deps): Bump actions/cache from 4.2.4 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.4...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e50bf2b commit a6bab33

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: echo "result=${{ hashFiles('yarn.lock') }}" >>$GITHUB_OUTPUT
8888
- id: cache
8989
name: Cache dependencies
90-
uses: actions/cache@v4.2.4
90+
uses: actions/cache@v4.3.0
9191
with:
9292
key: ${{ steps.cache-key.outputs.result }}
9393
path: ${{ env.CACHE_PATH }}
@@ -133,7 +133,7 @@ jobs:
133133
node-version-file: .nvmrc
134134
- id: cache
135135
name: Restore dependencies cache
136-
uses: actions/cache@v4.2.4
136+
uses: actions/cache@v4.3.0
137137
with:
138138
key: ${{ needs.preflight.outputs.cache-key }}
139139
path: ${{ env.CACHE_PATH }}
@@ -160,7 +160,7 @@ jobs:
160160
node-version-file: .nvmrc
161161
- id: cache
162162
name: Restore dependencies cache
163-
uses: actions/cache@v4.2.4
163+
uses: actions/cache@v4.3.0
164164
with:
165165
key: ${{ needs.preflight.outputs.cache-key }}
166166
path: ${{ env.CACHE_PATH }}
@@ -196,7 +196,7 @@ jobs:
196196
node-version-file: .nvmrc
197197
- id: cache
198198
name: Restore dependencies cache
199-
uses: actions/cache@v4.2.4
199+
uses: actions/cache@v4.3.0
200200
with:
201201
key: ${{ needs.preflight.outputs.cache-key }}
202202
path: ${{ env.CACHE_PATH }}
@@ -245,7 +245,7 @@ jobs:
245245
node-version-file: .nvmrc
246246
- id: cache
247247
name: Restore dependencies cache
248-
uses: actions/cache@v4.2.4
248+
uses: actions/cache@v4.3.0
249249
with:
250250
key: ${{ needs.preflight.outputs.cache-key }}
251251
path: ${{ env.CACHE_PATH }}
@@ -291,7 +291,7 @@ jobs:
291291
node-version: ${{ matrix.node-version }}
292292
- id: cache
293293
name: Restore dependencies cache
294-
uses: actions/cache@v4.2.4
294+
uses: actions/cache@v4.3.0
295295
with:
296296
key: ${{ needs.preflight.outputs.cache-key }}
297297
path: ${{ env.CACHE_PATH }}
@@ -382,7 +382,7 @@ jobs:
382382
node-version-file: .nvmrc
383383
- id: cache
384384
name: Restore dependencies cache
385-
uses: actions/cache@v4.2.4
385+
uses: actions/cache@v4.3.0
386386
with:
387387
key: ${{ needs.preflight.outputs.cache-key }}
388388
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)