diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b44451498..fe65bf571 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Set up Python - uses: actions/setup-python@v4.8.0 + uses: actions/setup-python@v5.0.0 with: python-version-file: .python-version cache: pipenv diff --git a/.github/workflows/pr-format.yml b/.github/workflows/pr-format.yml index 9bca4b2a2..9e689e0b8 100644 --- a/.github/workflows/pr-format.yml +++ b/.github/workflows/pr-format.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - name: Set up Python - uses: actions/setup-python@v4.8.0 + uses: actions/setup-python@v5.0.0 id: setup_python if: github.event_name != 'pull_request' || github.event.action != 'closed' with: diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 4ac41d9b9..2b5e52409 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -15,7 +15,7 @@ jobs: submodules: "recursive" fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v4.8.0 + uses: actions/setup-python@v5.0.0 with: python-version-file: .python-version cache: pipenv