Update actions/checkout action to v3

This commit is contained in:
renovate[bot]
2023-03-12 06:51:03 +00:00
committed by GitHub
parent a525a777ae
commit 57b17266c4
3 changed files with 3 additions and 3 deletions

View File

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