From c60379beac1c92245e30d14ce4e30cead76e610b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 12:26:47 +0000 Subject: [PATCH] chore(deps): bump LizardByte/actions Bumps the lizardbyte-actions group with 1 update in the / directory: [LizardByte/actions](https://github.com/lizardbyte/actions). Updates `LizardByte/actions` from 2025.1220.21713 to 2025.1227.191137 - [Release notes](https://github.com/lizardbyte/actions/releases) - [Commits](https://github.com/lizardbyte/actions/compare/v2025.1220.21713...v2025.1227.191137) --- updated-dependencies: - dependency-name: LizardByte/actions dependency-version: 2025.1227.191137 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/rss-notifier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rss-notifier.yml b/.github/workflows/rss-notifier.yml index 19eabb6..a808876 100644 --- a/.github/workflows/rss-notifier.yml +++ b/.github/workflows/rss-notifier.yml @@ -76,7 +76,7 @@ jobs: runs-on: ubuntu-latest steps: - name: facebook-post-action - uses: LizardByte/actions/actions/facebook_post@v2025.1220.21713 + uses: LizardByte/actions/actions/facebook_post@v2025.1227.191137 with: page_id: ${{ secrets.FACEBOOK_PAGE_ID }} access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}