We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7502e5d + 6dd5c58 commit be77070Copy full SHA for be77070
2 files changed
.github/workflows/pre-commit-update.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
14
15
- name: Set up Python
16
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
+ uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
17
with:
18
python-version: '3.14'
19
cache: "pip"
.github/workflows/tests.yml
@@ -47,7 +47,7 @@ jobs:
47
fetch-depth: 2
48
49
- name: Setup Python ${{matrix.python-ver}}
50
51
52
python-version: "${{matrix.python-ver}}"
53
0 commit comments