Skip to content

Commit 5515893

Browse files
Bump actions/setup-python from 4 to 5 (#2207)
1 parent 56aa152 commit 5515893

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- uses: "actions/checkout@v4"
18-
- uses: "actions/setup-python@v4"
18+
- uses: "actions/setup-python@v5"
1919
with:
2020
python-version: "3.8"
2121
- name: "Install dependencies"

.github/workflows/test-suite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: [windows-latest, ubuntu-latest, macos-latest]
1818
steps:
1919
- uses: "actions/checkout@v4"
20-
- uses: "actions/setup-python@v4"
20+
- uses: "actions/setup-python@v5"
2121
with:
2222
python-version: "${{ matrix.python-version }}"
2323
- name: "Install dependencies"

0 commit comments

Comments
 (0)