Skip to content

Commit 6cfd5b3

Browse files
committed
[ci] Update to checkout@v4 and setup-python@v5
1 parent 86952f5 commit 6cfd5b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
2727

2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v4
3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v2
31+
uses: actions/setup-python@v5
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434

0 commit comments

Comments
 (0)