Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#1163)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 11, 2024
1 parent 053c3fd commit 150f770
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Nx Cache
id: nx-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .nx-cache
key: nx-${{ github.ref_name }}-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pull-request-with-modernjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Nx Cache
id: nx-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .nx-cache
key: nx-${{ github.ref_name }}-${{ github.sha }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Nx Cache
id: nx-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .nx-cache
key: nx-${{ github.ref_name }}-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Nx Cache
id: nx-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .nx-cache
key: nx-${{ github.ref_name }}-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Nx Cache
id: nx-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .nx-cache
key: nx-${{ github.ref_name }}-${{ runner.os }}-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Nx Cache
id: nx-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .nx-cache
key: nx-${{ github.ref_name }}-${{ runner.os }}-${{ github.sha }}
Expand Down

0 comments on commit 150f770

Please sign in to comment.