From d3745e208e996574e5dd39bba1f5e5f441fc09ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:28:26 +0000 Subject: [PATCH] ci(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pr.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d1a2e8c..258dfd83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: steps: # Checkout the source code - name: 'Checkout source code' - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Cache node_modules to speed up the process - name: 'Restore node_modules cache' @@ -52,7 +52,7 @@ jobs: steps: # Checkout the source code - name: 'Checkout source code' - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Install PMD - name: 'Install PMD' diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index bc29f04c..60eb22fd 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -23,7 +23,7 @@ jobs: steps: # Checkout the source code - name: 'Checkout source code' - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Install PMD - name: 'Install PMD' @@ -43,7 +43,7 @@ jobs: steps: - name: 'Checkout source code' - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Install Salesforce CLI - name: 'Install Salesforce sfdx CLI'