From b153643f1698eb38a00c0fc9a6f8e0ab23c6518b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:46:31 +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 6c2ea22aa..b8faf53e1 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