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