From a791aae45e432a548e08c90ce001d957b5a21209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 10:18:07 +0000 Subject: [PATCH] feat(deps): bump actions/setup-python from 4.7.1 to 5.0.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.7.1...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/autodoc.yaml | 2 +- .github/workflows/workflow.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autodoc.yaml b/.github/workflows/autodoc.yaml index 67b590a..3ac5903 100644 --- a/.github/workflows/autodoc.yaml +++ b/.github/workflows/autodoc.yaml @@ -16,7 +16,7 @@ jobs: ssh-private-key: "${{ secrets.SSH_KEY_AUTODOC }}" - name: Configure Python - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 with: python-version: 3.11 - diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 75541c8..ba078e8 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -329,7 +329,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Configure Python - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 with: python-version: 3.11 @@ -458,7 +458,7 @@ jobs: with: ref: "${{ github.head_ref }}" token: ${{ steps.credentials.outputs.terraform_docs_token }} - - uses: actions/setup-python@v4.7.1 + - uses: actions/setup-python@v5.0.0 - name: Get workflow ref id: workflow_tag shell: bash