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/on-pr-colima-smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Nested virt + cold Crossplane pulls can take well over 30m.
timeout-minutes: 90
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- uses: Swatinem/rust-cache@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pr-dory-smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- name: Checkout hops-cli
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Require Apple Silicon
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pr-kind-smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- uses: Swatinem/rust-cache@v2

Expand Down