Use newer version of actions/checkout

This commit is contained in:
Sajith Sasidharan 2022-11-26 18:37:46 -06:00
parent 23d8d1cb01
commit 15881da348
No known key found for this signature in database
GPG Key ID: 0C6DA6A29D5F02BA

View File

@ -68,7 +68,7 @@ jobs:
# See https://github.com/actions/checkout. A fetch-depth of 0
# fetches all tags and branches.
- name: Check out Tahoe-LAFS sources
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
@ -185,7 +185,7 @@ jobs:
args: install tor
- name: Check out Tahoe-LAFS sources
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
@ -233,7 +233,7 @@ jobs:
steps:
- name: Check out Tahoe-LAFS sources
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0