Update actions/checkout action to v3

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2022-03-05 15:27:37 +00:00 committed by Tilman Vatteroth
parent 25ff196f65
commit aa6a594513
6 changed files with 8 additions and 8 deletions

View file

@ -14,7 +14,7 @@ jobs:
name: Deploys to netlify
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Get yarn cache directory path
id: yarn-cache-dir-path