From 4c882e8f9245cc587891ff1cc2195e190de9a2f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 23:03:03 +0000 Subject: [PATCH] Bump michaelkaye/matrix-hookshot-action from 0.2.0 to 0.3.0 Bumps [michaelkaye/matrix-hookshot-action](https://github.com/michaelkaye/matrix-hookshot-action) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/michaelkaye/matrix-hookshot-action/releases) - [Commits](https://github.com/michaelkaye/matrix-hookshot-action/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: michaelkaye/matrix-hookshot-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 192be1fe9e..9a1ed3803b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -264,7 +264,7 @@ jobs: if: always() && github.event_name != 'workflow_dispatch' # No concurrency required, runs every time on a schedule. steps: - - uses: michaelkaye/matrix-hookshot-action@v0.2.0 + - uses: michaelkaye/matrix-hookshot-action@v0.3.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} matrix_access_token: ${{ secrets.ELEMENT_ANDROID_NOTIFICATION_ACCESS_TOKEN }}