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/checkout@v3

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

View file

@ -35,7 +35,7 @@ jobs:
timeout-minutes: 10 timeout-minutes: 10
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
@ -77,7 +77,7 @@ jobs:
timeout-minutes: 40 timeout-minutes: 40
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
# just fetching 1 commit is not enough for setuptools-scm, so we fetch all # just fetching 1 commit is not enough for setuptools-scm, so we fetch all
fetch-depth: 0 fetch-depth: 0

View file

@ -29,7 +29,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
# just fetching 1 commit is not enough for setuptools-scm, so we fetch all # just fetching 1 commit is not enough for setuptools-scm, so we fetch all
fetch-depth: 0 fetch-depth: 0