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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- "e2e/smoke"
- "e2e/write_source_files"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: bazel-contrib/[email protected]
with:
bazelisk-cache: true
Expand All @@ -53,7 +53,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: pre-commit/[email protected]
- name: Verify BCR patches
run: patch --dry-run -p1 --fuzz 0 < .bcr/patches/*.patch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Go cross-compilation works from linux -> any platform
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Build Go Binaries
env:
# NB: this variable is read by tools/release/copy_release_artifacts.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
new-tag: ${{ steps.ccv.outputs.new-tag }}
new-tag-version: ${{steps.ccv.outputs.new-tag-version}}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
# Need enough history to find the prior release tag
fetch-depth: 0
Expand Down