diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3eb3fa9..6722b7c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/setup-python@v4.6.1 + - uses: actions/setup-python@v4.7.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 2e8f134..44d7736 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@v3 - - uses: actions/setup-python@v4.6.1 + - uses: actions/setup-python@v4.7.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@v3 - - uses: actions/setup-python@v4.6.1 + - uses: actions/setup-python@v4.7.0 name: Set up Python ${{ matrix.python-version }} with: