Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit 4e2abe4

Browse files
committed
GHA: use actions/checkout@v2 everywhere
1 parent 8cbc346 commit 4e2abe4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/copyright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Checkout head branch from PR
2929
if: ${{ fromJSON(steps.issue_info.outputs.data).pull_request }}
30-
uses: actions/checkout@v2.2.0
30+
uses: actions/checkout@v2
3131
with:
3232
repository: ${{ fromJSON(steps.pr_info.outputs.data).head.repo.full_name }}
3333
ref: ${{ fromJSON(steps.pr_info.outputs.data).head.ref }}

.github/workflows/create-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@master
14+
uses: actions/checkout@v2
1515
with:
1616
ref: ${{ github.event.ref }}
1717
fetch-depth: 0

0 commit comments

Comments
 (0)