From f5818c074476674b476dbbd0e730cf4b3e6fd1c4 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 10 Dec 2025 20:59:14 -0500 Subject: [PATCH] Increase GitHub Action checkout version to v6 Signed-off-by: mulhern --- github-modify/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/github-modify/action.yml b/github-modify/action.yml index ca7ae20..1929fc1 100644 --- a/github-modify/action.yml +++ b/github-modify/action.yml @@ -17,7 +17,7 @@ runs: if: github.event_name == 'pull_request' id: jbaublitz continue-on-error: true - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: jbaublitz/${{ inputs.repo }} path: jbaublitz @@ -27,7 +27,7 @@ runs: if: github.event_name == 'pull_request' id: mulkieran continue-on-error: true - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: mulkieran/${{ inputs.repo }} path: mulkieran @@ -49,7 +49,7 @@ runs: run: mv mulkieran ${{ inputs.repo }} - name: Check out stratis-storage repo if no alternative branch was checked out if: github.event_name != 'pull_request' || (github.event_name == 'pull_request' && steps.mulkieran.outcome == 'failure' && steps.jbaublitz.outcome == 'failure') - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: stratis-storage/${{ inputs.repo }} path: ${{ inputs.repo }}