Merge pull request #4332 from Sushrut1101/master

workflows: Update actions/checkout to v3
This commit is contained in:
Christy Jacob
2022-12-20 13:23:08 +05:30
committed by GitHub
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.