Skip to content

Commit

Permalink
Upgrade actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jSherz committed Oct 28, 2023
1 parent 35163ca commit 026b75b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Ruby and install dependencies
uses: ruby/setup-ruby@v1
Expand All @@ -33,7 +33,7 @@ jobs:
run: bundle exec jekyll build

- name: Authenticate with AWS
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::262312054792:role/jsherz-com-github-actions
aws-region: eu-west-1
Expand Down

0 comments on commit 026b75b

Please sign in to comment.