From f611c2f96813e5027dca5df5c47481f8c2100563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 00:21:42 +0100 Subject: [PATCH] Bump actions/setup-python from 4 to 5 (#205) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-format.yml | 2 +- .github/workflows/reusable-sphinx-check-single-version.yml | 2 +- .github/workflows/sphinx-check-links.yml | 2 +- .github/workflows/sphinx-check-warnings-humble.yml | 2 +- .github/workflows/sphinx-check-warnings-iron.yml | 2 +- .github/workflows/sphinx-check-warnings-pr.yml | 2 +- .github/workflows/sphinx-check-warnings-rolling.yml | 2 +- .github/workflows/sphinx-make-page.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-format.yml b/.github/workflows/ci-format.yml index a198a63b55b..a5ccb165c54 100644 --- a/.github/workflows/ci-format.yml +++ b/.github/workflows/ci-format.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4.7.0 + - uses: actions/setup-python@v5 with: python-version: '3.10' - uses: pre-commit/action@v3.0.0 diff --git a/.github/workflows/reusable-sphinx-check-single-version.yml b/.github/workflows/reusable-sphinx-check-single-version.yml index 83d8a0805ef..314e5ec0e7f 100644 --- a/.github/workflows/reusable-sphinx-check-single-version.yml +++ b/.github/workflows/reusable-sphinx-check-single-version.yml @@ -22,7 +22,7 @@ jobs: repository: ros-controls/control.ros.org ref: master fetch-depth: 0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10' cache: 'pip' diff --git a/.github/workflows/sphinx-check-links.yml b/.github/workflows/sphinx-check-links.yml index a81811bf6db..4b788e9bd2c 100644 --- a/.github/workflows/sphinx-check-links.yml +++ b/.github/workflows/sphinx-check-links.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10' cache: 'pip' diff --git a/.github/workflows/sphinx-check-warnings-humble.yml b/.github/workflows/sphinx-check-warnings-humble.yml index 07e66383fe0..30e979fab34 100644 --- a/.github/workflows/sphinx-check-warnings-humble.yml +++ b/.github/workflows/sphinx-check-warnings-humble.yml @@ -16,7 +16,7 @@ jobs: with: ref: humble fetch-depth: 0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10' cache: 'pip' diff --git a/.github/workflows/sphinx-check-warnings-iron.yml b/.github/workflows/sphinx-check-warnings-iron.yml index 543e3d9ea33..2137eaa8718 100644 --- a/.github/workflows/sphinx-check-warnings-iron.yml +++ b/.github/workflows/sphinx-check-warnings-iron.yml @@ -16,7 +16,7 @@ jobs: with: ref: iron fetch-depth: 0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10' cache: 'pip' diff --git a/.github/workflows/sphinx-check-warnings-pr.yml b/.github/workflows/sphinx-check-warnings-pr.yml index d0be5d9ffae..fda7ed4e9fb 100644 --- a/.github/workflows/sphinx-check-warnings-pr.yml +++ b/.github/workflows/sphinx-check-warnings-pr.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10' cache: 'pip' diff --git a/.github/workflows/sphinx-check-warnings-rolling.yml b/.github/workflows/sphinx-check-warnings-rolling.yml index 2fef24a746f..2477a3efcc7 100644 --- a/.github/workflows/sphinx-check-warnings-rolling.yml +++ b/.github/workflows/sphinx-check-warnings-rolling.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10' cache: 'pip' diff --git a/.github/workflows/sphinx-make-page.yml b/.github/workflows/sphinx-make-page.yml index 7d0ab1bd6cf..cac1426e8f3 100644 --- a/.github/workflows/sphinx-make-page.yml +++ b/.github/workflows/sphinx-make-page.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10' cache: 'pip'