From 6d57d71f413caa2f08179aa81a7bc7992ec3ef8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:15:13 +0100 Subject: [PATCH] chore(deps): bump actions/setup-python from 4 to 5 (#5149) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check_conf.yml | 2 +- .github/workflows/compile_docs.yml | 2 +- .github/workflows/platformio_publish.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_conf.yml b/.github/workflows/check_conf.yml index 76ff9000e..c680efac9 100644 --- a/.github/workflows/check_conf.yml +++ b/.github/workflows/check_conf.yml @@ -14,7 +14,7 @@ jobs: persist-credentials: false fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.7 - name: Generate lv_conf_internal.h diff --git a/.github/workflows/compile_docs.yml b/.github/workflows/compile_docs.yml index 8328cdfcc..5eb8be07b 100644 --- a/.github/workflows/compile_docs.yml +++ b/.github/workflows/compile_docs.yml @@ -19,7 +19,7 @@ jobs: persist-credentials: false fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' - name: Cache Python packages diff --git a/.github/workflows/platformio_publish.yaml b/.github/workflows/platformio_publish.yaml index 1a8397483..10e419ca7 100644 --- a/.github/workflows/platformio_publish.yaml +++ b/.github/workflows/platformio_publish.yaml @@ -11,7 +11,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.9' - name: Install PlatformIO Core