Merge pull request #4586 from Azure-Helper/main

Bump actions/checkout to v3
This commit is contained in:
Akshay Nair
2023-01-24 23:30:04 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ jobs:
validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
if: github.repository == 'is-a-dev/register'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: borales/actions-yarn@v2.0.0
with:
cmd: install --ignore-engines