Skip to content

Commit 56422a3

Browse files
build(deps): bump actions/cache from 3 to 4 (#1017)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7542fc1 commit 56422a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
9898
99-
- uses: actions/cache@v3
99+
- uses: actions/cache@v4
100100
name: Cache npm
101101
if: ${{ !matrix.skip_webui }}
102102
env:
@@ -108,7 +108,7 @@ jobs:
108108
${{ runner.os }}-${{ env.cache-name }}-
109109
110110
- name: Cache cargo build
111-
uses: actions/cache@v3
111+
uses: actions/cache@v4
112112
if: ${{ !matrix.skip_rust && (runner.os != 'macOS') }} # cache doesn't seem to behave nicely on macOS, see: https://github.com/ActivityWatch/aw-server-rust/issues/180
113113
env:
114114
cache-name: cargo-build-target

0 commit comments

Comments
 (0)