From e4944b45ba0d3459fb9979a727b607095da198ff Mon Sep 17 00:00:00 2001 From: "renovate-cds[bot]" <117288780+renovate-cds[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 08:07:25 -0500 Subject: [PATCH] chore(deps): update all non-major github action dependencies to v4.0.2 (#297) Co-authored-by: Renovate Bot --- .github/workflows/ci.yaml | 2 +- .github/workflows/pr-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 162d940..9675dac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup Node - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: "20.7.0" diff --git a/.github/workflows/pr-test.yaml b/.github/workflows/pr-test.yaml index f2189ff..2e7cb50 100644 --- a/.github/workflows/pr-test.yaml +++ b/.github/workflows/pr-test.yaml @@ -54,7 +54,7 @@ jobs: uses: cds-snc/terraform-tools-setup@v1 - name: Configure AWS credentials using OIDC - uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1 + uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 with: role-to-assume: arn:aws:iam::124044056575:role/terraform-plan-plan role-session-name: TFPlan