diff --git a/.github/workflows/E2E_SFRA.yml b/.github/workflows/E2E_SFRA.yml index 2f597d8da3..fe2f075283 100644 --- a/.github/workflows/E2E_SFRA.yml +++ b/.github/workflows/E2E_SFRA.yml @@ -22,7 +22,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 }} @@ -33,7 +33,7 @@ jobs: with: node-version: '14' - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: adyen-salesforce-commerce-cloud - name: Install SFRA dependencies @@ -86,7 +86,7 @@ jobs: with: node-version: '16' - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: adyen-salesforce-commerce-cloud - name: install e2e test dependencies diff --git a/.github/workflows/SFCC.yml b/.github/workflows/SFCC.yml index bb7fdd8f2c..b0cf4046be 100644 --- a/.github/workflows/SFCC.yml +++ b/.github/workflows/SFCC.yml @@ -12,7 +12,7 @@ jobs: node-version: [14.x, 16.x, 18.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: diff --git a/.github/workflows/cartridges-commit.yml b/.github/workflows/cartridges-commit.yml index fe97013e8e..26c971b121 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 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4ac9cac0ff..f29975d695 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head.