Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#1086)
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 Jan 19, 2024
1 parent 584e62e commit ee254bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: oven-sh/setup-bun@v1

- name: Cache Node Modules
uses: actions/cache@v3
uses: actions/cache@v4
id: node-modules-cache-deployment-e2e
with:
path: '**/node_modules'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
nodeVersion: ${{ matrix.node-version }}
- name: Cache Jest
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .cache/jest
key: ${{ runner.os }}-${{matrix.node-version}}-jest-${{ hashFiles('yarn.lock') }}
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
with:
nodeVersion: ${{ matrix.node-version }}
- name: Cache Jest
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .cache/jest
key: ${{ runner.os }}-${{matrix.node-version}}-jest-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit ee254bd

Please sign in to comment.