Skip to content

Commit bd26f55

Browse files
author
Štefan Földesi
committed
ci: update workflows
1 parent d29f530 commit bd26f55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/python-app.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install Poetry

0 commit comments

Comments
 (0)