From ac0ea2d56bdbab2403c5d671bb804b5fc8e17bd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 09:43:17 +0000 Subject: [PATCH] ci(deps): 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-pr.yml | 6 +++--- .github/workflows/ci.yml | 8 ++++---- .github/workflows/packaging-pr.yml | 2 +- .github/workflows/packaging.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 743d5543..29a9b92c 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -41,7 +41,7 @@ jobs: steps: # Checkout the source code - name: 'Checkout source code' - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Run PMD scan - name: 'Run PMD scan' @@ -113,7 +113,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' @@ -181,7 +181,7 @@ jobs: steps: # Checkout the source code - name: 'Checkout source code' - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Check for package changes using git diff - name: 'Check for package changes' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dc45c97..23f133c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: steps: # Checkout the source code - name: 'Checkout source code' - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Run PMD scan - name: 'Run PMD scan' @@ -93,7 +93,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' @@ -155,7 +155,7 @@ jobs: steps: # Checkout the code - name: 'Checkout source code' - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Fetch history - name: 'Fetch history' @@ -175,7 +175,7 @@ jobs: steps: # Checkout the source code - name: 'Checkout source code' - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Check for package changes using git diff - name: 'Check for package changes' diff --git a/.github/workflows/packaging-pr.yml b/.github/workflows/packaging-pr.yml index 465fcf36..fafaee7e 100644 --- a/.github/workflows/packaging-pr.yml +++ b/.github/workflows/packaging-pr.yml @@ -33,7 +33,7 @@ jobs: # Checkout the source code - name: 'Checkout source code' - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Store secret for dev hub - name: 'Populate auth file with DEVHUB_SFDX_URL secret' diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index 799db053..d0195254 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -24,7 +24,7 @@ jobs: # Checkout the source code - name: 'Checkout source code' - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.client_payload.ref }}