pin actions/checkout version to v2 (#1617)

This commit is contained in:
Peter Yu
2020-04-26 16:10:58 -04:00
committed by GitHub
parent f8a5defa98
commit b989756c07
3 changed files with 9 additions and 11 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ jobs:
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Automatic Rebase
@@ -23,4 +23,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Always run
run: echo "This job is used to prevent the workflow to fail when all other jobs are skipped."
run: echo "This job is used to prevent the workflow to fail when all other jobs are skipped."