Skip to content

Commit

Permalink
Merge branch 'master' into fix/disable-submit-if-error
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyArt1 authored Feb 18, 2025
2 parents 06bc38c + 1bca48a commit 89de32e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-check-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0

- uses: pnpm/action-setup@v4.0.0
- uses: pnpm/action-setup@v4.1.0
with:
version: 8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
env:
AWS_EXPORTS_JSON: ${{secrets.AWS_EXPORTS_JSON}}

- uses: pnpm/action-setup@v4.0.0
- uses: pnpm/action-setup@v4.1.0
with:
version: 9

Expand Down

0 comments on commit 89de32e

Please sign in to comment.