diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 34b4522..a6f31b0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-python@v4.7.0 + - uses: actions/setup-python@v5.0.0 - name: Build SDist and wheel run: pipx run --spec build pyproject-build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d406b3..76df85f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: name: JIT compiled tests for Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4.7.0 + - uses: actions/setup-python@v5.0.0 name: Set up Python ${{ matrix.python-version }} with: @@ -56,7 +56,7 @@ jobs: name: Eager mode tests for Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4.7.0 + - uses: actions/setup-python@v5.0.0 name: Set up Python ${{ matrix.python-version }} with: