Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent 6fb359f commit c91f5ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: corepack enable

- name: Cache yarn dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
**/node_modules
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- run: corepack enable yarn

- name: Restore cache
uses: actions/cache@v4.0.0
uses: actions/cache@v4
with:
path: |
.yarn/cache
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- run: corepack enable yarn

- name: Restore cache
uses: actions/cache@v4.0.0
uses: actions/cache@v4
with:
path: |
.yarn/cache
Expand Down

0 comments on commit c91f5ba

Please sign in to comment.