Merge pull request #16518 from dundargoc/ci/use-latest-versions

ci: use tag v2 when using checkout action
This commit is contained in:
James McCoy
2021-12-04 12:50:55 -05:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}