Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/sharp-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Dec 11, 2023
2 parents cb8ad78 + fa3e663 commit 65453ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* # see https://stackoverflow.com/a/60184319/9285308

- name: (Dev) Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2.0.0
uses: aws-actions/configure-aws-credentials@v4.0.1
with:
aws-region: ap-southeast-2
mask-aws-account-id: true
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* # see https://stackoverflow.com/a/60184319/9285308

- name: (Prod) Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2.0.0
uses: aws-actions/configure-aws-credentials@v4.0.1
with:
aws-region: ap-southeast-2
mask-aws-account-id: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
NODE_ENV: 'production'

- name: (NonProd) Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2.0.0
uses: aws-actions/configure-aws-credentials@v4.0.1
with:
aws-region: ap-southeast-2
mask-aws-account-id: true
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
timeout-minutes: 20
steps:
- name: AWS Configure
uses: aws-actions/configure-aws-credentials@v2.0.0
uses: aws-actions/configure-aws-credentials@v4.0.1
with:
aws-region: ap-southeast-2
mask-aws-account-id: true
Expand Down

0 comments on commit 65453ff

Please sign in to comment.