From bc07c3a5425e7b05f47ce4a3a5f9a9e210d6e2d5 Mon Sep 17 00:00:00 2001 From: Splitter Date: Mon, 18 Aug 2025 02:54:41 +0000 Subject: [PATCH] ci: fix gh-action-updater fails due to GitHub deprecation --- .github/workflows/updater-wip.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/updater-wip.yml b/.github/workflows/updater-wip.yml index 43aacf1..3d0da95 100644 --- a/.github/workflows/updater-wip.yml +++ b/.github/workflows/updater-wip.yml @@ -1,3 +1,4 @@ +# This workflow is only for the Hugo Blox repository. It is safe to delete from your site. name: Updater (WIP) on: @@ -15,7 +16,7 @@ jobs: if: github.repository_owner == 'HugoBlox' runs-on: ubuntu-latest steps: - - uses: HugoBlox/gh-action-updater@v1 + - uses: HugoBlox/gh-action-updater@v2 with: feed-url: https://hugoblox.com/rss.xml readme-section: news