workflows: Update actions/checkout to v3

This commit is contained in:
Sushrut1101
2022-10-08 12:32:58 +05:30
committed by GitHub
parent 676709e706
commit a0d1a12f1e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.