Skip to content

Commit

Permalink
manual,stats: Use configure-aws-credentials@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Mar 7, 2023
1 parent 9fdefff commit 762521c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: 'Generate manual'
run: make texi info html html-dir pdf
- name: 'Configure credentials'
uses: aws-actions/configure-aws-credentials@v1-node16
uses: aws-actions/configure-aws-credentials@v2
with:
aws-region: eu-central-1
aws-access-key-id: ${{ secrets.aws-access-key-id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: 'Generate statistics'
run: GITSTATS=../gitstats/gitstats make stats
- name: 'Configure credentials'
uses: aws-actions/configure-aws-credentials@v1-node16
uses: aws-actions/configure-aws-credentials@v2
with:
aws-region: eu-central-1
aws-access-key-id: ${{ secrets.aws-access-key-id }}
Expand Down

0 comments on commit 762521c

Please sign in to comment.