Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/coverage-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Restore coverage (main)
id: download-main
uses: actions/cache/restore@v5.0.5
uses: actions/cache/restore@v6.1.0
with:
path: web/coverage
key: coverage-main-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: pnpm --filter @namesake/web test:coverage

- name: Save coverage cache
uses: actions/cache/save@v5.0.5
uses: actions/cache/save@v6.1.0
with:
path: web/coverage
key: coverage-main-${{ github.sha }}
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
echo "PLAYWRIGHT_VERSION=$VERSION" >> "$GITHUB_ENV"

- name: Cache Playwright browser binaries
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
id: playwright-cache
with:
path: ~/.cache/ms-playwright
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
persist-credentials: false

- name: Run zizmor
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7