Skip to content

Commit fe89a86

Browse files
committed
OPS: Use latest checkout and setup-python actions
1 parent 7408e0a commit fe89a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
5454
steps:
5555
- name: Checkout repository
56-
uses: actions/checkout@v3
56+
uses: actions/checkout@v4
5757

5858
- name: Setup python ${{ matrix.python }}
59-
uses: actions/setup-python@v3
59+
uses: actions/setup-python@v5
6060
with:
6161
python-version: ${{ matrix.python }}
6262

0 commit comments

Comments
 (0)