From b2ce0780663f2796a65fb5c3c985739fe9c9895c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 11:05:45 +0000 Subject: [PATCH] ci: bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/dependabot-approve-and-auto-merge.yml | 2 +- .github/workflows/pr.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 909ed55..6cb988c 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@v4 + uses: actions/checkout@v6 # Cache node_modules to speed up the process - name: "Restore node_modules cache" @@ -51,7 +51,7 @@ jobs: steps: # Checkout the source code - name: "Checkout source code" - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Install PMD - name: "Install PMD" diff --git a/.github/workflows/dependabot-approve-and-auto-merge.yml b/.github/workflows/dependabot-approve-and-auto-merge.yml index f81acf0..d938a80 100644 --- a/.github/workflows/dependabot-approve-and-auto-merge.yml +++ b/.github/workflows/dependabot-approve-and-auto-merge.yml @@ -10,7 +10,7 @@ jobs: steps: # Checkout the source code - name: "Checkout source code" - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: "Fetch Dependabot metadata" id: dependabot-fetch diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 20ce5c1..a7f8d16 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,7 +19,7 @@ jobs: steps: # Checkout the source code - name: "Checkout source code" - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Install Volta to enforce proper node and package manager versions - name: "Install Volta" @@ -51,7 +51,7 @@ jobs: steps: # Checkout the source code - name: "Checkout source code" - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Install Salesforce CLI - name: "Install Salesforce CLI"