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 }}