fix(ci): Use latest stable actions/checkout@v3 instead of v2 for GitHub Actions

This commit is contained in:
Laukik Hase
2023-10-30 13:43:10 +05:30
parent 7c21207bd3
commit 6fc878f857
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
SKIP: "cleanup-ignore-lists" # Comma-separated string of ignored pre-commit check IDs
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Fetch head and base refs
# This is necessary for pre-commit to check the changes in the PR branch
run: |