Skip to content

Commit 5f45258

Browse files
gkorlandclaude
andcommitted
fix: use actions/cache@v5 for seed repo cache
Match the version used by the existing Playwright browser cache step. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 32e71cf commit 5f45258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "flask=$(git ls-remote https://github.com/pallets/flask HEAD | cut -f1)" >> "$GITHUB_OUTPUT"
5252
5353
- name: Cache seeded repository clones
54-
uses: actions/cache@v4
54+
uses: actions/cache@v5
5555
with:
5656
path: ${{ github.workspace }}/repositories
5757
key: ${{ runner.os }}-seed-repos-${{ hashFiles('e2e/seed_test_data.py') }}-${{ steps.seed-repo-shas.outputs.graphrag_sdk }}-${{ steps.seed-repo-shas.outputs.flask }}

0 commit comments

Comments
 (0)