Skip to content

Commit ffe2d92

Browse files
authored
bump aws-actions/configure-aws-credentials to v2.2.0 (#9)
* bump aws-actions/configure-aws-credentials to v2.2.0 * bump example to v5
1 parent 241a0d2 commit ffe2d92

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v3
2222
- name: Build PR
23-
uses: ntno/build-mkdocs-composite-action@v3
23+
uses: ntno/build-mkdocs-composite-action@v5
2424
with:
2525
archive-enabled: true
2626
version: 1.0.3-pr
@@ -41,7 +41,7 @@ jobs:
4141
- name: Checkout
4242
uses: actions/checkout@v3
4343
- name: Build PR
44-
uses: ntno/build-mkdocs-composite-action@v3
44+
uses: ntno/build-mkdocs-composite-action@v5
4545
with:
4646
archive-enabled: true
4747
version: 1.0.3-pr

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
using: "composite"
6060
steps:
6161
- name: Configure AWS credentials
62-
uses: aws-actions/configure-aws-credentials@v1
62+
uses: aws-actions/configure-aws-credentials@v2.2.0
6363
with:
6464
aws-region: ${{ inputs.aws-region }}
6565
aws-access-key-id: ${{ inputs.aws-access-key-id }}

0 commit comments

Comments
 (0)