We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0705b7c commit f4c42dbCopy full SHA for f4c42db
.github/workflows/test-Windows.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Nx Cache
61
id: nx-cache
62
- uses: actions/cache@v4
+ uses: actions/cache@v5
63
with:
64
path: .nx/cache
65
key: nx-${{ github.ref_name }}-${{ runner.os }}-${{ github.sha }}
.github/workflows/test-macOS.yml
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
0 commit comments