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 058de18 + f044c7e commit ca381f2Copy full SHA for ca381f2
.github/workflows/pre-commit.yml
@@ -9,7 +9,7 @@ jobs:
9
env:
10
SKIP: no-commit-to-branch
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
- uses: actions/setup-python@v5
14
with:
15
python-version: |
.github/workflows/publish-to-test-pypi.yml
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
- name: Set up Python
16
uses: actions/setup-python@v5
17
0 commit comments