From dd170e07bdb21e089c8593b04f390d09130e048e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 23:03:32 +0000 Subject: [PATCH] Bump guardian/actions-riff-raff from 4.2.4 to 4.2.5 Bumps [guardian/actions-riff-raff](https://github.com/guardian/actions-riff-raff) from 4.2.4 to 4.2.5. - [Release notes](https://github.com/guardian/actions-riff-raff/releases) - [Commits](https://github.com/guardian/actions-riff-raff/compare/v4.2.4...v4.2.5) --- updated-dependencies: - dependency-name: guardian/actions-riff-raff dependency-version: 4.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7cff86a28ea..79a5d49d6d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,7 +96,7 @@ jobs: paths: 'test-results/**/TEST-*.xml' if: always() - - uses: guardian/actions-riff-raff@v4.2.4 + - uses: guardian/actions-riff-raff@v4.2.5 env: GU_RIFF_RAFF_ROLE_ARN: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }} if: ${{ env.GU_RIFF_RAFF_ROLE_ARN }}