diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 909ed55..7fe4488 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@v5 # 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@v5 # 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..644a7bd 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@v5 - name: "Fetch Dependabot metadata" id: dependabot-fetch diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 20ce5c1..a57a127 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@v5 # 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@v5 # Install Salesforce CLI - name: "Install Salesforce CLI"