Skip to content

Commit cb476ef

Browse files
committed
Upgrade used actions in GitHub actions CI pipeline
1 parent b4ce1f9 commit cb476ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v3
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: 3.11
2020

21-
- name: Install dependecies
21+
- name: Install dependencies
2222
run: pip install -r requirements.txt
2323

2424
- name: Test

0 commit comments

Comments
 (0)