From 6157e345e168072be908f58a6e06bc75d60a8a4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 07:45:47 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/cartridges-commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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