Skip to content

Commit f4c42db

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Nx Cache
6161
id: nx-cache
62-
uses: actions/cache@v4
62+
uses: actions/cache@v5
6363
with:
6464
path: .nx/cache
6565
key: nx-${{ github.ref_name }}-${{ runner.os }}-${{ github.sha }}

.github/workflows/test-macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Nx Cache
5555
id: nx-cache
56-
uses: actions/cache@v4
56+
uses: actions/cache@v5
5757
with:
5858
path: .nx/cache
5959
key: nx-${{ github.ref_name }}-${{ runner.os }}-${{ github.sha }}

0 commit comments

Comments
 (0)