Skip to content

Commit a9262b4

Browse files
committed
update to actions/setup-python@v5
1 parent cbfff99 commit a9262b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/githubci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Setup Python
14-
uses: actions/setup-python@v4
14+
uses: actions/setup-python@v5
1515
with:
1616
python-version: '3.x'
1717

@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Setup Python
63-
uses: actions/setup-python@v4
63+
uses: actions/setup-python@v5
6464
with:
6565
python-version: '3.x'
6666

0 commit comments

Comments
 (0)