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 c3a9b9d commit 6358ff8Copy full SHA for 6358ff8
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/checkout@v2
13
14
- name: Set up Python
15
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v6
16
with:
17
python-version: '3.8'
18
.github/workflows/pre-commit.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-22.04
8
steps:
9
- uses: actions/checkout@v4
10
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
11
python-version: "3.11"
- name: Get python version
0 commit comments