Skip to content

Commit 0dd52d7

Browse files
chore(deps): update actions/cache action to v4 (#1627)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a38b008 commit 0dd52d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- if: github.event.pull_request
2424
uses: actions/checkout@v4
2525

26-
- uses: actions/cache@v3
26+
- uses: actions/cache@v4
2727
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2828
with:
2929
path: ~/.cache # Default cache directory for both Yarn and Cypress

.github/workflows/graduate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
token: ${{ secrets.GH_PERSONAL_TOKEN }}
1616
fetch-depth: 0
1717

18-
- uses: actions/cache@v3
18+
- uses: actions/cache@v4
1919
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2020
with:
2121
path: ~/.cache # Default cache directory for both Yarn and Cypress

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
token: ${{ secrets.GH_PERSONAL_TOKEN }}
2020
fetch-depth: 0
2121

22-
- uses: actions/cache@v3
22+
- uses: actions/cache@v4
2323
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2424
with:
2525
path: ~/.cache # Default cache directory for both Yarn and Cypress

0 commit comments

Comments
 (0)