Skip to content

Commit a9937ba

Browse files
chore(deps): update actions/cache action to v5 (#1732)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d62a0ea commit a9937ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
- name: Cache Node.js modules and Next.js build
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: |
3939
~/.npm
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
node-version: 22.x
119119
- name: Cache Node.js modules
120-
uses: actions/cache@v4
120+
uses: actions/cache@v5
121121
with:
122122
path: ~/.npm
123123
key: ${{ runner.os }}-setup-e2e-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)