Skip to content

Commit a6a4057

Browse files
committed
Update to checkout v2
1 parent a415573 commit a6a4057

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/slash-command-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# Checkout is necessary here due to referencing a local action.
1212
# It's also necessary when using the 'config-from-file' option.
1313
# Otherwise, avoid using checkout to keep this workflow fast.
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2
1515

1616
# Basic configuration
1717
- name: Slash Command Dispatch

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
slashCommandDispatch:
145145
runs-on: ubuntu-latest
146146
steps:
147-
- uses: actions/checkout@v1
147+
- uses: actions/checkout@v2
148148
- name: Slash Command Dispatch
149149
uses: peter-evans/slash-command-dispatch@v1
150150
with:

0 commit comments

Comments
 (0)