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

@@ -40,7 +40,7 @@ jobs:
name: Run linter on changed files
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install Dependencies
run: npm install --force