Skip to content

Commit 08da123

Browse files
dependabot[bot]mroderick
authored andcommitted
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](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]>
1 parent 404ef47 commit 08da123

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: "lts/*"
2222
- name: Cache modules
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
with:
2525
path: ~/.npm
2626
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
node-version: "lts/*"
4646
- name: Cache modules
47-
uses: actions/cache@v3
47+
uses: actions/cache@v4
4848
with:
4949
path: ~/.npm
5050
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
node-version: "lts/*"
6969
- name: Cache modules
70-
uses: actions/cache@v3
70+
uses: actions/cache@v4
7171
with:
7272
path: ~/.npm
7373
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
node-version: "lts/*"
9292
- name: Cache npm
93-
uses: actions/cache@v3
93+
uses: actions/cache@v4
9494
with:
9595
path: ~/.npm
9696
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
node-version: "lts/*"
125125
- name: Cache npm
126-
uses: actions/cache@v3
126+
uses: actions/cache@v4
127127
with:
128128
path: ~/.npm
129129
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -155,7 +155,7 @@ jobs:
155155
with:
156156
node-version: ${{ matrix.node-version }}
157157
- name: Cache modules
158-
uses: actions/cache@v3
158+
uses: actions/cache@v4
159159
with:
160160
path: ~/.npm
161161
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)