summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-13 12:25:48 +0900
committerGitHub <noreply@github.com>2023-08-13 12:25:48 +0900
commitf3bbf8417c590dc98dbf82baef28b93ca5ff73d2 (patch)
tree41dc0abb2880b2ea50f3abac71c64f513509d6bb /.github
parentbuild(deps): bump docker/setup-buildx-action from 2.3.0 to 2.9.1 (#11502) (diff)
downloadsharkey-f3bbf8417c590dc98dbf82baef28b93ca5ff73d2.tar.gz
sharkey-f3bbf8417c590dc98dbf82baef28b93ca5ff73d2.tar.bz2
sharkey-f3bbf8417c590dc98dbf82baef28b93ca5ff73d2.zip
build(deps): bump peter-evans/slash-command-dispatch from 1 to 3 (#11501)
Bumps [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch) from 1 to 3. - [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases) - [Commits](https://github.com/peter-evans/slash-command-dispatch/compare/v1...v3) --- updated-dependencies: - dependency-name: peter-evans/slash-command-dispatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ok-to-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ok-to-test.yml b/.github/workflows/ok-to-test.yml
index 87af3a6ba6..71d09f7814 100644
--- a/.github/workflows/ok-to-test.yml
+++ b/.github/workflows/ok-to-test.yml
@@ -23,7 +23,7 @@ jobs:
private_key: ${{ secrets.DEPLOYBOT_PRIVATE_KEY }}
- name: Slash Command Dispatch
- uses: peter-evans/slash-command-dispatch@v1
+ uses: peter-evans/slash-command-dispatch@v3
env:
TOKEN: ${{ steps.generate_token.outputs.token }}
with: