Skip to content

Commit

Permalink
uprev of GH checkout and aws actions
Browse files Browse the repository at this point in the history
  • Loading branch information
6a6d committed Apr 18, 2024
1 parent 568e922 commit 973f269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-the-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
S3_DIR: template

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

- run: ./containthedocs-build.sh

- 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 }}
Expand Down

0 comments on commit 973f269

Please sign in to comment.