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"