Skip to content

Commit 94dcc4b

Browse files
fix: upgrade Klaviyo API and other dependencies, fix related issues (#218)
1 parent 25e9097 commit 94dcc4b

102 files changed

Lines changed: 13316 additions & 16617 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/connect/authenticate/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
using: "composite"
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
- name: Obtain Authorization token from commercetools
2525
id: ct_auth
2626
uses: ./.github/actions/webrequest-action

.github/actions/postman/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
shell: bash
5353
working-directory: ./plugin/src/test/e2e/postman
5454
- name: Upload test results
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
if: always()
5757
with:
5858
name: E2E-reports

0 commit comments

Comments
 (0)