diff --git a/.github/workflows/cartridges-commit.yml b/.github/workflows/cartridges-commit.yml index 6c2ea22aa5..b8faf53e17 100644 --- a/.github/workflows/cartridges-commit.yml +++ b/.github/workflows/cartridges-commit.yml @@ -23,7 +23,7 @@ jobs: code-version-secret: 'SFCC_CODE_VERSION_SFRA6' steps: - name: Checkout SFRA code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: SalesforceCommerceCloud/storefront-reference-architecture ref: ${{ matrix.sfra-version }} @@ -34,7 +34,7 @@ jobs: with: node-version: '14' - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: adyen-salesforce-commerce-cloud fetch-depth: 0