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 732c00e commit 2345e34Copy full SHA for 2345e34
.github/workflows/main.yaml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v5
12
with:
13
persist-credentials: false
14
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
15
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
16
build:
17
runs-on: ubuntu-latest
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
python-version: "3.10"
28
- name: Install dependencies
0 commit comments