Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Upgrade GitHub actions to fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nowaktz authored Feb 9, 2024
1 parent 31b875f commit 6893f46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build the site in a container
run: |
docker run \
Expand All @@ -23,13 +23,13 @@ jobs:
run: |
zip -r dev-opera.zip appspec.yml dest
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-2
- name: Create AWS CodeDeploy deployment
uses: sourcetoad/aws-codedeploy-action@v1.3.0
uses: sourcetoad/aws-codedeploy-action@v1.8.1
with:
aws_region: us-west-2
s3_bucket: dev-opera
Expand Down

0 comments on commit 6893f46

Please sign in to comment.