File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments