From 57b9c00ccf61b9a5f3715869e7c8cdaf2d84b086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 20:00:45 +0000 Subject: [PATCH] chore(deps): bump guardian/actions-riff-raff from 3.0.0 to 3.3.2 Bumps [guardian/actions-riff-raff](https://github.com/guardian/actions-riff-raff) from 3.0.0 to 3.3.2. - [Release notes](https://github.com/guardian/actions-riff-raff/releases) - [Commits](https://github.com/guardian/actions-riff-raff/compare/v3.0.0...v3.3.2) --- 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..ee78d478fd 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.2 if: "! github.event.pull_request.head.repo.fork" with: githubToken: ${{ secrets.GITHUB_TOKEN }}