From 907f43a1930aead8257216dbd349fa2b2dc0535a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:35:48 +0000 Subject: [PATCH] chore(deps): Bump guardian/actions-riff-raff from 4.0.2 to 4.0.3 Bumps [guardian/actions-riff-raff](https://github.com/guardian/actions-riff-raff) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/guardian/actions-riff-raff/releases) - [Commits](https://github.com/guardian/actions-riff-raff/compare/b2107fa569a9d7153c76cc0ea7233617249d047b...80f11d69a223f464c96ff7a44469a4903d13989d) --- updated-dependencies: - dependency-name: guardian/actions-riff-raff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 691271380..0b4fff9a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: run: ./scripts/ci.sh - name: Upload to riff-raff - uses: guardian/actions-riff-raff@b2107fa569a9d7153c76cc0ea7233617249d047b # v4.0.2 + uses: guardian/actions-riff-raff@80f11d69a223f464c96ff7a44469a4903d13989d # v4.0.3 with: app: service-catalogue roleArn: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}