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.
1 parent 27d1a19 commit 3eb5cfdCopy full SHA for 3eb5cfd
2 files changed
.github/actions/tests/pre-commit/action.yml
@@ -60,7 +60,7 @@ runs:
60
${{ runner.os }}-pip
61
62
- name: Set up Python
63
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
64
with:
65
python-version: ${{ inputs.python-version }}
66
.github/workflows/precommitVersionBumps.yml
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
- uses: actions/setup-python
53
54
python-version: "3.9"
55
0 commit comments