Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# The pinned toolchain is a 50-100 MiB download. Keyed on the script
# that pins it, so a version bump misses the cache instead of quietly
# building against the previous release.
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: .zig
key: zig-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('scripts/toolchain.ts') }}
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
with:
bun-version: ${{ env.BUN_VERSION }}

- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: .zig
key: zig-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('scripts/toolchain.ts') }}
Expand Down
Loading