Skip to content

Commit

Permalink
update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Harty authored May 16, 2024
1 parent 03c1bc7 commit 76a5349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v2
Expand All @@ -27,7 +27,7 @@ jobs:
npm run build
- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v1.7.0
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::654654236858:role/GithubActions
role-session-name: GitHub_to_AWS_via_FederatedOIDC
Expand Down

0 comments on commit 76a5349

Please sign in to comment.