Skip to content

Commit e42f0ac

Browse files
chore(deps): bump actions/setup-python from 6.1.0 to 6.2.0 (#258)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Josema Camacho <josema@prowler.com>
1 parent 4efdf07 commit e42f0ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pipx install poetry
2929
3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
31+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
cache: "poetry"

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pipx install poetry==2.1.1
2828
2929
- name: Setup Python
30-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
30+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3131
with:
3232
python-version: ${{ env.PYTHON_VERSION }}
3333
# cache: ${{ env.CACHE }}

0 commit comments

Comments
 (0)