mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Bump actions/cache from 3 to 4
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](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
80e5916394
commit
f89a2ab91d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test_suite.yml
vendored
6
.github/workflows/test_suite.yml
vendored
|
@ -95,7 +95,7 @@ jobs:
|
||||||
# CACHING
|
# CACHING
|
||||||
- name: Install Meteor
|
- name: Install Meteor
|
||||||
id: cache-meteor-install
|
id: cache-meteor-install
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.meteor
|
path: ~/.meteor
|
||||||
key: v1-meteor-${{ hashFiles('.meteor/versions') }}
|
key: v1-meteor-${{ hashFiles('.meteor/versions') }}
|
||||||
|
@ -104,7 +104,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache NPM dependencies
|
- name: Cache NPM dependencies
|
||||||
id: cache-meteor-npm
|
id: cache-meteor-npm
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.npm
|
path: ~/.npm
|
||||||
key: v1-npm-${{ hashFiles('package-lock.json') }}
|
key: v1-npm-${{ hashFiles('package-lock.json') }}
|
||||||
|
@ -113,7 +113,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache Meteor build
|
- name: Cache Meteor build
|
||||||
id: cache-meteor-build
|
id: cache-meteor-build
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
.meteor/local/resolver-result-cache.json
|
.meteor/local/resolver-result-cache.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue