mirror of
https://github.com/SukkaW/Surge.git
synced 2026-07-29 11:51:45 +08:00
CI: Housekeeping
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
|||||||
echo "minute=$(date +'%M')" >> $GITHUB_OUTPUT
|
echo "minute=$(date +'%M')" >> $GITHUB_OUTPUT
|
||||||
echo "second=$(date +'%S')" >> $GITHUB_OUTPUT
|
echo "second=$(date +'%S')" >> $GITHUB_OUTPUT
|
||||||
- name: Restore cache.db
|
- name: Restore cache.db
|
||||||
uses: actions/cache/restore@v5
|
uses: actions/cache/restore@v6
|
||||||
id: cache-db-restore
|
id: cache-db-restore
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
@@ -115,7 +115,7 @@ jobs:
|
|||||||
include-hidden-files: false
|
include-hidden-files: false
|
||||||
- name: Cache cache.db
|
- name: Cache cache.db
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/cache/save@v5
|
uses: actions/cache/save@v6
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
.cache
|
.cache
|
||||||
|
|||||||
Reference in New Issue
Block a user