Skip to content

Commit 0b5fd56

Browse files
chore(deps): renovate: actions/setup-python to v6
1 parent 568ab47 commit 0b5fd56

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.github/workflows/linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
2222

2323
- name: Set up python
24-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
24+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
2525
with:
2626
python-version: "3.x"
2727

@@ -44,7 +44,7 @@ jobs:
4444
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
4545

4646
- name: Set up python
47-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
47+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
4848
with:
4949
python-version: "3.x"
5050

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
key: test-${{ hashFiles('pyproject.toml') }}
3535

3636
- name: Set up Python ${{ matrix.python-version }}
37-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
37+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040
cache: pip

tests/data/test_package_generation/.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
key: tox-${{ hashFiles('pyproject.toml') }}
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
23+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
2424
with:
2525
python-version: "3.x"
2626
cache: "pip"

tests/data/test_package_generation/.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
2121

2222
- name: Set up python
23-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
23+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
2424
with:
2525
python-version: "3.x"
2626
cache: pip

tests/data/test_package_generation/.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: tox-${{hashFiles('pyproject.toml') }}
3131

3232
- name: Set up python
33-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
33+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
cache: pip

{{cookiecutter.project_slug}}/.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
key: tox-${{ '{{' }} hashFiles('pyproject.toml') {{ '}}' }}
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
23+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
2424
with:
2525
python-version: "3.x"
2626
cache: "pip"

{{cookiecutter.project_slug}}/.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
key: pre-commit-${{ '{{' }} hashFiles('.pre-commit-config.yaml') {{ '}}' }}
2121

2222
- name: Set up python
23-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
23+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
2424
with:
2525
python-version: "3.x"
2626
cache: pip

{{cookiecutter.project_slug}}/.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
key: tox-${{ '{{' }}hashFiles('pyproject.toml') {{ '}}' }}
3333

3434
- name: Set up python
35-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
35+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
3636
with:
3737
python-version: ${{ '{{' }} matrix.python-version {{ '}}' }}
3838
cache: pip

0 commit comments

Comments
 (0)