diff --git a/.github/workflows/setup_environment.yml b/.github/workflows/setup_environment.yml index f6e727f..0d76877 100644 --- a/.github/workflows/setup_environment.yml +++ b/.github/workflows/setup_environment.yml @@ -28,7 +28,7 @@ jobs: # Setup Python environment - name: Setup Python id: setup-python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ inputs.python-version }} cache: 'poetry'