Skip to content
Closed
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 @@ -28,7 +28,7 @@ jobs:
run: pnpm install --frozen-lockfile
# 👇 Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
uses: chromaui/action@v17.7.2
uses: chromaui/action@v18.0.1
# Chromatic GitHub Action options
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
sudo cp ./scripts/nginx.conf /etc/nginx/nginx.conf
sudo dev-nginx restart-nginx
- name: Configure AWS credentials for SES
uses: aws-actions/configure-aws-credentials@v6.2.1
uses: aws-actions/configure-aws-credentials@6.2.2
with:
role-to-assume: ${{ secrets.AWS_SES_SEND_EMAIL_ROLE_ARN }}
aws-region: eu-west-1
Expand Down