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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: workflows parse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
# A workflow that fails to PARSE reports nothing at all: no jobs run, no
# checks appear, and a pull request looks unexercised rather than broken.
# Every other lane is downstream of the file itself being readable, so none
Expand All @@ -38,7 +38,7 @@ jobs:
name: test (linux)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: actions/setup-go@v5
with:
go-version: stable
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
matrix:
goos: [linux, darwin, windows]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: actions/setup-go@v5
with:
go-version: stable
Expand Down
Loading