1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-01 12:09:10 +00:00

github CI: use actions/setup-python@v4

should fix the node12 deprecation warning.
This commit is contained in:
Thomas Waldmann 2022-12-17 18:29:17 +01:00
parent bb1c132bbc
commit fe1c89e5ba
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Lint with flake8
@ -82,7 +82,7 @@ jobs:
# just fetching 1 commit is not enough for setuptools-scm, so we fetch all
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Cache pip

View file

@ -34,7 +34,7 @@ jobs:
# just fetching 1 commit is not enough for setuptools-scm, so we fetch all
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Cache pip