diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4952caf..e46c878 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: # most recent version tag. fetch-depth: 0 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 # Only set up Python if we're running directly on an agent. If we're in # a container, the image should already provide the intended Python. if: '! matrix.container-image'