Skip to content
Open
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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: actions/setup-node@v6
with:
Expand All @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
# Hard-fail: tsc --noEmit must be clean.
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: actions/setup-node@v6
with:
Expand All @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: actions/setup-node@v6
with:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
# job runs the smoke test that verifies the round-trip on a real
# cmd.exe.
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: actions/setup-node@v6
with:
Expand All @@ -153,7 +153,7 @@ jobs:
# shims should be found through PATH, spawned without shell wrapping, and
# receive multi-line prompts over stdin unchanged.
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: actions/setup-node@v6
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
previous_tag: ${{ steps.metadata.outputs.previous_tag }}
prerelease: ${{ steps.metadata.outputs.prerelease }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
# Full history and tags make the previous-tag choice explicit and
# stable instead of relying on GitHub's implicit previous release.
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
# Keep full history in release jobs so packaging and diagnostics
# have complete tag metadata available.
Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -581,7 +581,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
Loading