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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7

# The prebuilt binary straight from the upstream release — no
# third-party action, no Go toolchain, no install script piped to a
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7

# These files are applied with `gh api --input`. A JSON syntax error
# would only surface at the moment someone tries to change what can
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: ${{ inputs.timeout-minutes }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
fetch-depth: ${{ inputs.fetch-depth }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
echo "::error::clippy-on-target is true but target is empty. Set target, or set clippy-on-target to false."
exit 1

- uses: actions/checkout@v5
- uses: actions/checkout@v7

# Third-party action, pinned by commit SHA: a tag can be moved to point
# at different code, a SHA cannot. This is the `stable` branch head of
Expand Down