Skip to content
Merged
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 @@ -19,7 +19,7 @@ jobs:
steps:
- &checkout-code
name: Checkout code (shallow)
uses: actions/checkout@v6
uses: actions/checkout@v7

- &cache-commitlint
name: Cache Commitlint
Expand All @@ -38,7 +38,7 @@ jobs:
needs: install-commitlint
steps:
- name: Checkout code (full)
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
private-key: ${{ secrets.HOUSEKEEPING_BOT_PRIVATE_KEY }}

- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Read Rust toolchain version
id: rust-version
Expand Down