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 1be27ee + 9a5120d commit 5115f7cCopy full SHA for 5115f7c
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Ensure changelog is updated
16
uses: dangoslen/changelog-enforcer@v3.5.1
17
- name: Set up python
18
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
19
with:
20
python-version: '3.x'
21
architecture: 'x64'
.github/workflows/pre-commit.yml
@@ -21,6 +21,6 @@ jobs:
22
23
- name: Setup python
24
25
- name: Check pre-commit hooks
26
uses: pre-commit/action@v3.0.0
0 commit comments