From e40cc2cdfa344271304f2755148081298d32d6b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 18:32:18 +0000 Subject: [PATCH] Bump nearform-actions/github-action-notify-twitter from 1.2.3 to 1.2.4 Bumps [nearform-actions/github-action-notify-twitter](https://github.com/nearform-actions/github-action-notify-twitter) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/nearform-actions/github-action-notify-twitter/releases) - [Commits](https://github.com/nearform-actions/github-action-notify-twitter/compare/v1.2.3...v1.2.4) --- updated-dependencies: - dependency-name: nearform-actions/github-action-notify-twitter dependency-version: 1.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tweet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tweet.yaml b/.github/workflows/tweet.yaml index c2fc69c..1247de4 100644 --- a/.github/workflows/tweet.yaml +++ b/.github/workflows/tweet.yaml @@ -23,7 +23,7 @@ jobs: setup: runs-on: ubuntu-latest steps: - - uses: nearform-actions/github-action-notify-twitter@v1.2.3 + - uses: nearform-actions/github-action-notify-twitter@v1.2.4 with: message: ${{ inputs.message }} twitter-app-key: ${{ secrets.X_APP_KEY }}