From f99431d6978e5f37fed49e9daa303b03a55d9aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:07:03 +0000 Subject: [PATCH] chore(deps): bump guardian/actions-riff-raff from 3.0.0 to 3.3.1 Bumps [guardian/actions-riff-raff](https://github.com/guardian/actions-riff-raff) from 3.0.0 to 3.3.1. - [Release notes](https://github.com/guardian/actions-riff-raff/releases) - [Commits](https://github.com/guardian/actions-riff-raff/compare/v3.0.0...v3.3.1) --- updated-dependencies: - dependency-name: guardian/actions-riff-raff dependency-type: direct:production update-type: version-update:semver-minor ... 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 4b3e6732de..a13fbf9df5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: with: role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }} aws-region: eu-west-1 - - uses: guardian/actions-riff-raff@v3.0.0 + - uses: guardian/actions-riff-raff@v3.3.1 if: "! github.event.pull_request.head.repo.fork" with: githubToken: ${{ secrets.GITHUB_TOKEN }}