From fc2f197d4270d6cd54b38d8b46e48e2ae664a788 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 15:23:03 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/prp.yml | 2 +- workflow-templates/prp.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prp.yml b/.github/workflows/prp.yml index 582091d..63b9737 100644 --- a/.github/workflows/prp.yml +++ b/.github/workflows/prp.yml @@ -10,7 +10,7 @@ jobs: process: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 # with: # ref: "main" # uncomment this line to check out a specific branch - name: Update variables diff --git a/workflow-templates/prp.yml b/workflow-templates/prp.yml index d60fbf5..fbed656 100644 --- a/workflow-templates/prp.yml +++ b/workflow-templates/prp.yml @@ -10,7 +10,7 @@ jobs: process: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 # with: # ref: "main" # uncomment this line to check out a specific branch - name: Update variables