commit ba4e20d3ebb199b59742d0cd5cbaba122c33e65c
parent 0cdda6ed86cdc60897ab51f898dfcae1bacb3cf4
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Tue, 25 Aug 2026 14:21:44 +0530
Merge pull request #89 from notamitgamer/dependabot/github_actions/actions/cache-6
chore(deps): bump actions/cache from 4 to 6
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -102,7 +102,7 @@ jobs:
run: npm ci
- name: Cache VitePress
- uses: actions/cache@v4
+ uses: actions/cache@v6
with:
path: .vitepress/cache
# Forced key layout updates ensure hashes stay matched across separate runs