Skip to content

Commit

Permalink
Update to checkout v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Evans committed Jan 4, 2020
1 parent 79d3c3c commit a2516d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2516d8

Please sign in to comment.