Update actions/checkout action to v3

This commit is contained in:
renovate[bot]
2022-08-16 06:37:48 +00:00
committed by GitHub
parent f06396fd6d
commit fa1c680f6e
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
working-directory: ./web
# Job steps
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install --include=dev --force
# 👇 Adds Chromatic as a step in the workflow