Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into rk/geolocation-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelkabo committed May 14, 2024
2 parents f66c376 + c352d89 commit a237ce7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # 馃憟 Required to retrieve git history
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
aws-region: eu-west-1
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-ete-okta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
name: build
- name: Unzip build
run: unzip -q build.zip
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-ete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
name: build
- name: Unzip build
run: unzip -q build.zip
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-mocked-okta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
name: build
- name: Unzip build
run: unzip -q build.zip
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: latest
- name: Setup node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-mocked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
name: build
- name: Unzip build
run: unzip -q build.zip
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: latest
- name: Setup node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: latest
- name: Setup node
Expand Down

0 comments on commit a237ce7

Please sign in to comment.