Skip to content

Commit 2187e3a

Browse files
committed
ci: update checkout and setup-python to current majors
1 parent 9c2138a commit 2187e3a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v7
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v7
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

@@ -38,10 +38,10 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v7
4242

4343
- name: Set up Python Python 3.11
44-
uses: actions/setup-python@v4
44+
uses: actions/setup-python@v7
4545
with:
4646
python-version: '3.11'
4747

0 commit comments

Comments
 (0)