Skip to content

Commit

Permalink
CI: use setup-python@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Sep 29, 2023
1 parent 5b165b0 commit ddff860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python 3.7 🐍
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: '3.7'

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

- name: Set up Python 🐍
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}

Expand Down

0 comments on commit ddff860

Please sign in to comment.