From 026b75b4219ba55d30bb012a3eb4f0d8dab1af79 Mon Sep 17 00:00:00 2001 From: James Sherwood-Jones Date: Sat, 28 Oct 2023 18:12:15 +0100 Subject: [PATCH] Upgrade actions. --- .github/workflows/github-actions-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-deploy.yml b/.github/workflows/github-actions-deploy.yml index 20e6a1f..56ea2f9 100644 --- a/.github/workflows/github-actions-deploy.yml +++ b/.github/workflows/github-actions-deploy.yml @@ -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 @@ -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