diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ef34544..4ab7a5a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -25,7 +25,7 @@ jobs: run: pipx install poetry - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" @@ -66,7 +66,7 @@ jobs: # - name: Check out code from GitHub # uses: "actions/checkout@v3" # - name: Setup Python ${{ env.DEFAULT_PYTHON }} - # uses: "actions/setup-python@v4" + # uses: "actions/setup-python@v5" # with: # python-version: ${{ env.DEFAULT_PYTHON }} # - name: Install requirements