Skip to content

Commit 3ce4a22

Browse files
committed
updated actions
1 parent ae8c1c5 commit 3ce4a22

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-all-branches.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
- name: Install Python
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v5
2424
with:
25-
python-version: "3.10"
25+
python-version: "3.11"
2626
- name: "Install poetry"
2727
run: "pip install --user poetry"
2828
- name: "Install this workflow"

0 commit comments

Comments
 (0)