Skip to content

Commit b114b84

Browse files
authored
Merge pull request #1079 from filecoin-project/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents 401c3ce + 868f71c commit b114b84

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy-fe.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Cache files in ./frontend
3535
#
3636
- name: Cache
37-
uses: actions/cache@v2
37+
uses: actions/cache@v3
3838
id: use-cache
3939
with:
4040
path: |
@@ -102,7 +102,7 @@ jobs:
102102
# Cache files in ./frontend
103103
#
104104
- name: Cache
105-
uses: actions/cache@v2
105+
uses: actions/cache@v3
106106
id: cache
107107
with:
108108
path: |

.github/workflows/deploy-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Cache files in ./frontend
3131
#
3232
- name: Cache
33-
uses: actions/cache@v2
33+
uses: actions/cache@v3
3434
id: use-cache
3535
with:
3636
path: |

.github/workflows/deploy-test-crawler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Cache .txt file and use date as dependancy to create new cache
2323
- name: Store/Restore file in cache
2424
id: cachedFile
25-
uses: actions/cache@v2
25+
uses: actions/cache@v3
2626
with:
2727
path: filecoin-lotus-latest-push-date.txt
2828
key: ${{ runner.os }}-lotus-date-${{ steps.get-date.outputs.date }}

0 commit comments

Comments
 (0)