File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8787
8888
8989 - name : Git Checkout
90- uses : actions/checkout@v5 # https://github.com/actions/checkout
90+ uses : actions/checkout@v6 # https://github.com/actions/checkout
9191 with :
9292 fetch-depth : 0 # required to prevent tycho-p2-extras-plugin:compare-version-with-baseline potentially failing the build
9393
Original file line number Diff line number Diff line change 7676
7777
7878 - name : Git Checkout
79- uses : actions/checkout@v5 # https://github.com/actions/checkout
79+ uses : actions/checkout@v6 # https://github.com/actions/checkout
8080
8181
8282 # CodeQL executes https://github.com/ferstl/depgraph-maven-plugin
Original file line number Diff line number Diff line change 2828 # Run on all non-comment events specified by the calling workflow and for comments on PRs that have a corresponding body.
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 if : github.event_name == 'push' || github.event_name == 'pull_request'
3333 - uses : actions/github-script@v8
3434 if : github.event_name == 'issue_comment'
4747 } catch (err) {
4848 core.setFailed(`Request failed with error ${err}`)
4949 }
50- - uses : actions/checkout@v5
50+ - uses : actions/checkout@v6
5151 if : github.event_name == 'issue_comment'
5252 with :
5353 repository : ${{ fromJSON(steps.get-pr.outputs.result).head.repo.full_name }}
You can’t perform that action at this time.
0 commit comments