Skip to content

Commit 4a4d375

Browse files
chore(deps): bump actions/cache from 4 to 5 (#264)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78f1f54 commit 4a4d375

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: corepack enable
3232

3333
- name: Cache node_modules
34-
uses: actions/cache@v4
34+
uses: actions/cache@v5
3535
with:
3636
path: |
3737
.yarn/cache
@@ -45,7 +45,7 @@ jobs:
4545
CI: true
4646

4747
- name: Cache pkg/electron binaries
48-
uses: actions/cache@v4
48+
uses: actions/cache@v5
4949
with:
5050
key: ${{ runner.os }}-natives-${{ hashFiles('node_modules/**/expected-shas.json') }}-${{ hashFiles('node_modules/**/electron/package.json') }}
5151
path: |

.github/workflows/lint-and-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: corepack enable
3232

3333
- name: Cache node_modules
34-
uses: actions/cache@v4
34+
uses: actions/cache@v5
3535
with:
3636
path: |
3737
.yarn/cache
@@ -75,7 +75,7 @@ jobs:
7575
cache: 'yarn'
7676

7777
- name: Cache node_modules
78-
uses: actions/cache@v4
78+
uses: actions/cache@v5
7979
with:
8080
path: |
8181
.yarn/cache
@@ -84,7 +84,7 @@ jobs:
8484
key: ${{ runner.os }}-${{ matrix.node_version }}-modules-${{ hashFiles('**/yarn.lock') }}
8585

8686
- name: Cache ffmpeg binaries
87-
uses: actions/cache@v4
87+
uses: actions/cache@v5
8888
with:
8989
path: '.ffmpeg'
9090
key: ${{ runner.os }}-ffmpeg-${{ hashFiles('**/ffmpegReleases.json') }}

0 commit comments

Comments
 (0)