mirror of
https://github.com/hatamiarash7/WireGuard-Config-Generator.git
synced 2025-08-14 02:04:56 +02:00
Merge pull request #2 from hatamiarash7/renovate/actions-setup-python-4.x
Update actions/setup-python action to v4
This commit is contained in:
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
|
Reference in New Issue
Block a user