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 ae8c1c5 commit 3ce4a22Copy full SHA for 3ce4a22
1 file changed
.github/workflows/test-all-branches.yml
@@ -18,11 +18,11 @@ jobs:
18
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
22
- name: Install Python
23
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
24
with:
25
- python-version: "3.10"
+ python-version: "3.11"
26
- name: "Install poetry"
27
run: "pip install --user poetry"
28
- name: "Install this workflow"
0 commit comments