Skip to content

Commit 1ceb854

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] <support@github.com>
1 parent 30e9650 commit 1ceb854

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: echo "result=${{ hashFiles('yarn.lock') }}" >>$GITHUB_OUTPUT
8383
- id: cache
8484
name: Cache dependencies
85-
uses: actions/cache@v4.2.4
85+
uses: actions/cache@v4.3.0
8686
with:
8787
key: ${{ steps.cache-key.outputs.result }}
8888
path: ${{ env.CACHE_PATH }}
@@ -128,7 +128,7 @@ jobs:
128128
node-version-file: .nvmrc
129129
- id: cache
130130
name: Restore dependencies cache
131-
uses: actions/cache@v4.2.4
131+
uses: actions/cache@v4.3.0
132132
with:
133133
key: ${{ needs.preflight.outputs.cache-key }}
134134
path: ${{ env.CACHE_PATH }}
@@ -155,7 +155,7 @@ jobs:
155155
node-version-file: .nvmrc
156156
- id: cache
157157
name: Restore dependencies cache
158-
uses: actions/cache@v4.2.4
158+
uses: actions/cache@v4.3.0
159159
with:
160160
key: ${{ needs.preflight.outputs.cache-key }}
161161
path: ${{ env.CACHE_PATH }}
@@ -191,7 +191,7 @@ jobs:
191191
node-version-file: .nvmrc
192192
- id: cache
193193
name: Restore dependencies cache
194-
uses: actions/cache@v4.2.4
194+
uses: actions/cache@v4.3.0
195195
with:
196196
key: ${{ needs.preflight.outputs.cache-key }}
197197
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)