From f57aa65f82c36d13d9668a0f18173d4d0384217f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 00:53:58 +0000 Subject: [PATCH] build(deps): bump LizardByte/facebook-post-action Bumps the lizardbyte-actions group with 1 update: [LizardByte/facebook-post-action](https://github.com/lizardbyte/facebook-post-action). Updates `LizardByte/facebook-post-action` from 2025.503.751 to 2025.610.123949 - [Release notes](https://github.com/lizardbyte/facebook-post-action/releases) - [Commits](https://github.com/lizardbyte/facebook-post-action/compare/v2025.503.751...v2025.610.123949) --- updated-dependencies: - dependency-name: LizardByte/facebook-post-action dependency-version: 2025.610.123949 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/__social-post.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/__social-post.yml b/.github/workflows/__social-post.yml index 68650048..63498fcb 100644 --- a/.github/workflows/__social-post.yml +++ b/.github/workflows/__social-post.yml @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest steps: - name: facebook-post-action - uses: LizardByte/facebook-post-action@v2025.503.751 + uses: LizardByte/facebook-post-action@v2025.610.123949 with: page_id: ${{ secrets.FACEBOOK_PAGE_ID }} access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}