mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-03-04 03:40:41 +08:00
Update to checkout v2
This commit is contained in:
parent
79d3c3c51f
commit
a2516d8476
2
.github/workflows/create-comment.yml
vendored
2
.github/workflows/create-comment.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
createComment:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# For debugging purposes. Remove this in production.
|
||||
- name: Dump GitHub context
|
||||
|
2
.github/workflows/update-comment.yml
vendored
2
.github/workflows/update-comment.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
||||
updateComment:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# For debugging purposes. Remove this in production.
|
||||
- name: Dump GitHub context
|
||||
|
Loading…
x
Reference in New Issue
Block a user