From 5f2b5299ccaaf3e4a739cc0d2e1074290ee161de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 07:09:35 +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.1227.191137 to 2026.116.208 - [Release notes](https://github.com/lizardbyte/actions/releases) - [Commits](https://github.com/lizardbyte/actions/compare/v2025.1227.191137...v2026.116.208) --- updated-dependencies: - dependency-name: LizardByte/actions dependency-version: 2026.116.208 dependency-type: direct:production update-type: version-update:semver-major 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 426134a..2986e82 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.1227.191137 + uses: LizardByte/actions/actions/facebook_post@v2026.116.208 with: page_id: ${{ secrets.FACEBOOK_PAGE_ID }} access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}