Update actions/checkout action to v3

This commit is contained in:
Renovate Bot 2022-03-01 20:26:39 +00:00
parent 7302293949
commit ca4b8707e4
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: '0'