Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Bump actions/cache from 4.0.0 to 4.0.1 (#7510)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 29, 2024
1 parent 50d32ef commit b4abd9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.0.1
with:
path: |
.yarn/cache
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- run: corepack enable yarn

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

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

0 comments on commit b4abd9f

Please sign in to comment.