diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-01 15:08:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-01 15:08:19 +0000 |
commit | 5ccb93b9ac6feb8b78a6b91e01c06126409eab53 (patch) | |
tree | d64ed4d137e732d311d7eefe1519fb51b8a618a4 /.github/workflows/playwright.yml | |
parent | 6a1abcfcc5660d6efb87086e52be70318ca4a3eb (diff) |
Bump actions/cache from 3 to 4 (#603)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/playwright.yml')
-rw-r--r-- | .github/workflows/playwright.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index ea7ec9e4..1c2ba306 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -34,7 +34,7 @@ jobs: - name: Cache playwright browsers id: cache-playwright - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/ms-playwright |