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 20462e9 commit 535d6e5Copy full SHA for 535d6e5
.github/workflows/linting.yaml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v4
19
20
- name: Set up Python ${{ env.PYTHON_VERSION }}
21
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
22
with:
23
python-version: ${{ env.PYTHON_VERSION }}
24
.github/workflows/publish-release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
0 commit comments