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'