From 0c11d1c0bd7dfaac1fe0f9fe2e19ec3e44609331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 13:14:14 +0000 Subject: [PATCH] chore(deps): bump captradeoff/x-post-action Bumps [captradeoff/x-post-action](https://github.com/captradeoff/x-post-action) from d643d2bb835a1c915a056b2241cbda3c444d016d to 3538d7eeb4e7d50013ed06127f352967967da8c9. - [Release notes](https://github.com/captradeoff/x-post-action/releases) - [Commits](https://github.com/captradeoff/x-post-action/compare/d643d2bb835a1c915a056b2241cbda3c444d016d...3538d7eeb4e7d50013ed06127f352967967da8c9) --- updated-dependencies: - dependency-name: captradeoff/x-post-action dependency-version: 3538d7eeb4e7d50013ed06127f352967967da8c9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release-notify-x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-notify-x.yml b/.github/workflows/release-notify-x.yml index df25d80c5d..1fcba3cbb6 100644 --- a/.github/workflows/release-notify-x.yml +++ b/.github/workflows/release-notify-x.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post to @RxJava - uses: captradeoff/x-post-action@d643d2bb835a1c915a056b2241cbda3c444d016d # v1.2 + uses: captradeoff/x-post-action@3538d7eeb4e7d50013ed06127f352967967da8c9 # v1.2 with: appKey: ${{ secrets.X_APP_KEY }} appSecret: ${{ secrets.X_APP_SECRET }}