We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1fccf6 commit 6f1b879Copy full SHA for 6f1b879
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
13
with:
14
python-version: "3.11"
15
- name: Install Pre-Commit
@@ -32,7 +32,7 @@ jobs:
32
- name: Check out repository
33
uses: actions/checkout@v4
34
- name: Set up python ${{ matrix.python-version }}
35
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
36
37
python-version: ${{ matrix.python-version }}
38
- name: Install Poetry
0 commit comments