Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
version: ${{ steps.get-version.outputs.version }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- 6379:6379

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Run shared test steps (Linux matrix)
uses: ./.github/actions/run-tests
Expand All @@ -78,7 +78,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install & start Redis on macOS (Homebrew)
shell: bash
Expand All @@ -100,7 +100,7 @@ jobs:
if: needs.get-version.outputs.version != ''
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Install uv
Expand Down
Loading