From cc71caef3d60cfdacfb3cc8c8e245903747e84d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 18:02:46 +0000 Subject: [PATCH] Bump snow-actions/tweet from 1.1.3 to 1.2.0 Bumps [snow-actions/tweet](https://github.com/snow-actions/tweet) from 1.1.3 to 1.2.0. - [Release notes](https://github.com/snow-actions/tweet/releases) - [Commits](https://github.com/snow-actions/tweet/compare/v1.1.3...v1.2.0) --- updated-dependencies: - dependency-name: snow-actions/tweet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/released.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/released.yml b/.github/workflows/released.yml index b7dbdc4..0a4992e 100644 --- a/.github/workflows/released.yml +++ b/.github/workflows/released.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Tweet - uses: snow-actions/tweet@v1.1.3 + uses: snow-actions/tweet@v1.2.0 with: status: | Release ${{ github.event.release.name }} ยท ${{ github.repository }}