Skip to content

Commit be77070

Browse files
authored
Merge pull request #952 from TotallyNotRobots/renovate/actions-setup-python-6.2.x
chore(deps): update actions/setup-python action to v6.2.0
2 parents 7502e5d + 6dd5c58 commit be77070

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre-commit-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414

1515
- name: Set up Python
16-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
16+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1717
with:
1818
python-version: '3.14'
1919
cache: "pip"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fetch-depth: 2
4848

4949
- name: Setup Python ${{matrix.python-ver}}
50-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
50+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5151
with:
5252
python-version: "${{matrix.python-ver}}"
5353
cache: "pip"

0 commit comments

Comments
 (0)