Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Run Chromatic
if: env.CHROMATIC_PROJECT_TOKEN
uses: chromaui/action@v16.0.0
uses: chromaui/action@v16.1.0
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true # 👈 Required option to enable TurboSnap
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
- name: Login to Amazon ECR
id: login-ecr
if: vars.ECR_REGION
uses: aws-actions/amazon-ecr-login@v2.1.0
uses: aws-actions/amazon-ecr-login@v2.1.2
- name: Format image tag parts
env:
BRANCH: ${{ github.head_ref || github.ref_name }}
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
aws-region: ${{ vars.ECR_REGION }}
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2.1.0
uses: aws-actions/amazon-ecr-login@v2.1.2
- name: Format image tag components
env:
BRANCH: ${{ github.head_ref || github.ref_name }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Get next version
if: inputs.version == ''
id: semver
uses: flatherskevin/semver-action@7ce18d3c29fa36251f492a5121013455741c072c
uses: flatherskevin/semver-action@34b3c537da75de940b75d92ee4c374eaaae2df67
with:
incrementLevel: patch
source: tags
Expand Down Expand Up @@ -53,9 +53,9 @@ jobs:
aws-region: ${{ vars.ECR_REGION }}
- name: Login to private ECR
id: login-private-ecr
uses: aws-actions/amazon-ecr-login@v2.1.0
uses: aws-actions/amazon-ecr-login@v2.1.2
- name: Login to public ECR
uses: aws-actions/amazon-ecr-login@v2.1.0
uses: aws-actions/amazon-ecr-login@v2.1.2
env:
AWS_REGION: ${{ vars.ECR_PUBLIC_REGION }}
with:
Expand Down
Loading