From b4fe19d5d34a9de897976a72a527ca86ba2df9e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 09:43:28 +0000 Subject: [PATCH] Bump CSSUoB/pr-auto-updater from 3.0.0 to 4.0.0 Bumps [CSSUoB/pr-auto-updater](https://github.com/cssuob/pr-auto-updater) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/cssuob/pr-auto-updater/releases) - [Commits](https://github.com/cssuob/pr-auto-updater/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: CSSUoB/pr-auto-updater dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-auto-update.yml b/.github/workflows/pr-auto-update.yml index 21309b57..d063aa10 100644 --- a/.github/workflows/pr-auto-update.yml +++ b/.github/workflows/pr-auto-update.yml @@ -18,7 +18,7 @@ jobs: app-id: ${{ vars.PR_AUTO_UPDATE_CLIENT_ID }} private-key: ${{ secrets.PR_AUTO_UPDATE_PRIVATE_KEY }} - - uses: CSSUoB/pr-auto-updater@v3.0.0 + - uses: CSSUoB/pr-auto-updater@v4.0.0 env: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }} PR_FILTER: 'labelled'