From 69df6d566922475496155c720ff2c92407b86a1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 18:11:18 -0400 Subject: [PATCH] Bump s3krit/matrix-message-action from 0.0.2 to 0.0.3 (#1287) Bumps [s3krit/matrix-message-action](https://github.com/s3krit/matrix-message-action) from 0.0.2 to 0.0.3. - [Release notes](https://github.com/s3krit/matrix-message-action/releases) - [Commits](https://github.com/s3krit/matrix-message-action/compare/v0.0.2...v0.0.3) --- updated-dependencies: - dependency-name: s3krit/matrix-message-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-bot.yml b/.github/workflows/release-bot.yml index 08aa94417c0..ed0a8e5435b 100644 --- a/.github/workflows/release-bot.yml +++ b/.github/workflows/release-bot.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: send message - uses: s3krit/matrix-message-action@v0.0.2 + uses: s3krit/matrix-message-action@v0.0.3 with: room_id: ${{ secrets.MATRIX_ROOM_ID }} access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }}