mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-08-29 12:55:12 +00:00
CI: upgrade Python setup action to version 7
try to silence deprecation warning (Node.js 20)
This commit is contained in:
parent
5684996a94
commit
153751d40c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v7
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue