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 }}