From d97b2ad1ab44241655cca637396af5723ea7fd0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:11:04 +0000 Subject: [PATCH] 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/65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236...0a5c61591373683505ea898e09a3ea4f39ef2b9c) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 150a261a9..ca77f2c50 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 - - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 + - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v4 with: python-version: ${{ env.MIN_PYTHON_VERSION }} - name: Install dependencies @@ -37,7 +37,7 @@ jobs: python: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 - - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v3 + - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v3 with: python-version: ${{ matrix.python }} allow-prereleases: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 386400d36..dc38aff9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: python: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 - - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v3 + - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v3 with: python-version: ${{ matrix.python }} allow-prereleases: true @@ -54,7 +54,7 @@ jobs: with: token: ${{ secrets.PAT_TOKEN }} - name: Set up Python - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v3 + uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v3 with: python-version: ${{ env.MIN_PYTHON_VERSION }} - name: bump version @@ -99,7 +99,7 @@ jobs: with: token: ${{ secrets.PAT_TOKEN }} repository: bridgecrewio/checkov - - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 + - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v4 with: python-version: ${{ env.MIN_PYTHON_VERSION }} - name: Prepare PR