1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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.

View file

@ -8,7 +8,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.