Update actions/checkout action to v3

This commit is contained in:
Renovate Bot 2022-03-01 20:43:46 +00:00
parent 01a590eca9
commit 4bd618a7f9
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with: