Skip to content
Open
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/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7
# docs/TEST_PLAN_2.md Phase 1: fetch full history so the
# "Compute coverage delta" step can check out the PR's base
# branch to re-run tests against it.
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
- 5432:5432
steps:
- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Go
uses: actions/setup-go@v6
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
# fetch full history and tags so git describe and tag pushes work correctly
fetch-depth: 0
Expand Down