Skip to content

Commit 8bd70fe

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 0b541c6 commit 8bd70fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "flask=$(git ls-remote https://github.com/pallets/flask HEAD | cut -f1)" >> "$GITHUB_OUTPUT"
4141
4242
- name: Cache seeded repository clones
43-
uses: actions/cache@v4
43+
uses: actions/cache@v5
4444
with:
4545
path: ${{ github.workspace }}/repositories
4646
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)