Skip to content

Commit

Permalink
Bump actions/setup-python from 4.7.1 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@65d7f2d...82c7e63)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent 40fafa8 commit d46c15b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v4
with:
python-version: ${{ env.MIN_PYTHON_VERSION }}
- name: Install dependencies
Expand All @@ -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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v3
with:
python-version: ${{ matrix.python }}
allow-prereleases: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v3
with:
python-version: ${{ matrix.python }}
allow-prereleases: true
Expand All @@ -54,7 +54,7 @@ jobs:
with:
token: ${{ secrets.PAT_TOKEN }}
- name: Set up Python
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v3
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v3
with:
python-version: ${{ env.MIN_PYTHON_VERSION }}
- name: bump version
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
with:
token: ${{ secrets.PAT_TOKEN }}
repository: bridgecrewio/checkov
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v4
with:
python-version: ${{ env.MIN_PYTHON_VERSION }}
- name: Prepare PR
Expand Down

0 comments on commit d46c15b

Please sign in to comment.