Skip to content

Commit 21bdf4f

Browse files
committed
ci: upgrade GitHub Actions checkout and setup-python from v1 to v5
1 parent e97b846 commit 21bdf4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- python: "3.8"
1818
urllib3-line: "ge2"
1919
steps:
20-
- uses: actions/checkout@v1
20+
- uses: actions/checkout@v5
2121
- name: Set up Python
22-
uses: actions/setup-python@v1
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python }}
2525
- name: Install deps

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- python: "3.8"
1616
urllib3-line: "ge2"
1717
steps:
18-
- uses: actions/checkout@v1
18+
- uses: actions/checkout@v5
1919
- name: Setup Python
20-
uses: actions/setup-python@v1
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python }}
2323
- name: Install deps

0 commit comments

Comments
 (0)