chore: bump actions/checkout (#145891)

This commit is contained in:
Eliaz Bobadilla
2022-03-23 12:21:25 -05:00
committed by GitHub
parent 6074970341
commit b4914124f1
20 changed files with 24 additions and 24 deletions

View File

@@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: "microsoft/vscode-github-triage-actions"
ref: stable
path: ./actions
- name: Checkout Repo
if: github.event_name != 'issues'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: ./repo
fetch-depth: 0