Merge pull request #1036 from alxshelepenok/renovate/actions-checkout-3.x

chore(deps): update actions/checkout action to v3
This commit is contained in:
Alexander Shelepenok 2022-04-16 18:41:11 +03:00 committed by GitHub
commit b69a668ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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