diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9763975..bc5c459 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ inputs.ref || github.ref }} - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - uses: actions/cache@v3 diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 3b5d238..423764f 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 with: token: ${{ secrets.PUSH_TOKEN }} - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 - uses: abatilo/actions-poetry@v2.3.0 - run: poetry update --lock