diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 12fc46e..df84f57 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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 @@ -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 @@ -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 @@ -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