We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b165b0 commit ddff860Copy full SHA for ddff860
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
18
- name: Set up Python 3.7 🐍
19
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
20
with:
21
python-version: '3.7'
22
@@ -41,7 +41,7 @@ jobs:
41
uses: ./python-libvmi/.github/actions/libvmi-setup
42
43
- name: Set up Python 🐍
44
45
46
python-version: ${{ matrix.python }}
47
0 commit comments