Skip to content

Commit 4b5dd45

Browse files
Bump actions/checkout from 5 to 6 (#1979)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4922729 commit 4b5dd45

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
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

.github/workflows/licensecheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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'
@@ -47,7 +47,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)