CI: Housekeeping
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy (3.114.12) (push) Has been cancelled

This commit is contained in:
SukkaW
2026-06-28 17:15:16 +08:00
parent 7c1cc2ca71
commit e60590d477

View File

@@ -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