Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#6567)
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] committed May 9, 2024
1 parent b783823 commit 9eab9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
cache: npm
check-latest: true
- name: Cache verdaccio storage
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./.verdaccio-storage
key: verdaccio-e2e-cli-${{ hashFiles('./package-lock.json') }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
cache: npm
check-latest: true
- name: Cache verdaccio storage
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./.verdaccio-storage
key: verdaccio-e2e-cli-${{ hashFiles('./package-lock.json') }}
Expand Down

1 comment on commit 9eab9f4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Dependency count: 1,347
  • Package size: 312 MB
  • Number of ts-expect-error directives: 997

Please sign in to comment.