From 5ce9092dd9ec6ca7fc02fb408d674c2960db0190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 09:45:51 +0000 Subject: [PATCH] Bump actions/setup-python from 4 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/csv-coverage-pr-artifacts.yml | 2 +- .github/workflows/csv-coverage-pr-comment.yml | 2 +- .github/workflows/csv-coverage-timeseries.yml | 2 +- .github/workflows/csv-coverage-update.yml | 2 +- .github/workflows/csv-coverage.yml | 2 +- .github/workflows/query-list.yml | 2 +- .github/workflows/swift.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/csv-coverage-pr-artifacts.yml b/.github/workflows/csv-coverage-pr-artifacts.yml index 19ad488a3ab8..1a8a14bcbc57 100644 --- a/.github/workflows/csv-coverage-pr-artifacts.yml +++ b/.github/workflows/csv-coverage-pr-artifacts.yml @@ -43,7 +43,7 @@ jobs: git log -1 --format='%H' working-directory: base - name: Set up Python 3.8 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.8 - name: Download CodeQL CLI diff --git a/.github/workflows/csv-coverage-pr-comment.yml b/.github/workflows/csv-coverage-pr-comment.yml index 095ab7b3bed2..14e4a98d08b3 100644 --- a/.github/workflows/csv-coverage-pr-comment.yml +++ b/.github/workflows/csv-coverage-pr-comment.yml @@ -22,7 +22,7 @@ jobs: - name: Clone self (github/codeql) uses: actions/checkout@v3 - name: Set up Python 3.8 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.8 diff --git a/.github/workflows/csv-coverage-timeseries.yml b/.github/workflows/csv-coverage-timeseries.yml index 42fd4711dac8..84a75619f2d4 100644 --- a/.github/workflows/csv-coverage-timeseries.yml +++ b/.github/workflows/csv-coverage-timeseries.yml @@ -18,7 +18,7 @@ jobs: path: codeqlModels fetch-depth: 0 - name: Set up Python 3.8 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.8 - name: Download CodeQL CLI diff --git a/.github/workflows/csv-coverage-update.yml b/.github/workflows/csv-coverage-update.yml index 6474044c4837..ed070932c722 100644 --- a/.github/workflows/csv-coverage-update.yml +++ b/.github/workflows/csv-coverage-update.yml @@ -22,7 +22,7 @@ jobs: path: ql fetch-depth: 0 - name: Set up Python 3.8 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.8 - name: Download CodeQL CLI diff --git a/.github/workflows/csv-coverage.yml b/.github/workflows/csv-coverage.yml index e330490b69ba..f6609518706b 100644 --- a/.github/workflows/csv-coverage.yml +++ b/.github/workflows/csv-coverage.yml @@ -22,7 +22,7 @@ jobs: path: codeqlModels ref: ${{ github.event.inputs.qlModelShaOverride || github.ref }} - name: Set up Python 3.8 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.8 - name: Download CodeQL CLI diff --git a/.github/workflows/query-list.yml b/.github/workflows/query-list.yml index efb295dfcf8b..f38887cd2288 100644 --- a/.github/workflows/query-list.yml +++ b/.github/workflows/query-list.yml @@ -24,7 +24,7 @@ jobs: with: path: codeql - name: Set up Python 3.8 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.8 - name: Download CodeQL CLI diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 806e04e6c68e..c3d65bb33ba6 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -77,7 +77,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: bazelbuild/setup-bazelisk@v2 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version-file: 'swift/.python-version' - uses: pre-commit/action@v3.0.0