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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# No toolchain action: the runner's rustup reads rust-toolchain.toml and
# installs the pinned channel + components. Pinning the action to @stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
linux-binary:
runs-on: ubuntu-22.04 # conservative glibc for the Debian LXC build hosts
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
# Build the tagged commit, not the default branch. They are normally the
# same commit, but "normally" is not a guarantee worth shipping a binary on.
Expand Down