Skip to content

Commit ddff860

Browse files
committed
CI: use setup-python@v4
1 parent 5b165b0 commit ddff860

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Set up Python 3.7 🐍
19-
uses: actions/setup-python@v1
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: '3.7'
2222

@@ -41,7 +41,7 @@ jobs:
4141
uses: ./python-libvmi/.github/actions/libvmi-setup
4242

4343
- name: Set up Python 🐍
44-
uses: actions/setup-python@v1
44+
uses: actions/setup-python@v4
4545
with:
4646
python-version: ${{ matrix.python }}
4747

0 commit comments

Comments
 (0)