From 57ebc0808273f483b44a8e564aaa3dc6a72f1917 Mon Sep 17 00:00:00 2001 From: stefankiesz Date: Wed, 28 Jun 2023 14:40:26 -0700 Subject: [PATCH] Sample-check fix attempt #2 --- .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 ae915c7bf0..668a04871a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -311,7 +311,7 @@ jobs: - name: Clone repository uses: actions/checkout@v3 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v2-node16 with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} role-session-name: ${{ secrets.AWS_ROLE_SESSION_NAME }}