Skip to content

Commit 55ecce6

Browse files
dependabot[bot]akurtakov
authored andcommitted
build(deps): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd3699d commit 55ecce6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787

8888
- name: Git Checkout
89-
uses: actions/checkout@v6 # https://github.com/actions/checkout
89+
uses: actions/checkout@v7 # https://github.com/actions/checkout
9090
with:
9191
fetch-depth: 0 # required to prevent tycho-p2-extras-plugin:compare-version-with-baseline potentially failing the build
9292

.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@v6 # https://github.com/actions/checkout
79+
uses: actions/checkout@v7 # 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
@@ -43,7 +43,7 @@ jobs:
4343
# Run on all non-comment events specified by the calling workflow and for comments on PRs that have a corresponding body.
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v6
46+
- uses: actions/checkout@v7
4747
if: github.event_name == 'push' || github.event_name == 'pull_request'
4848
- uses: actions/github-script@v9
4949
if: github.event_name == 'issue_comment'
@@ -62,7 +62,7 @@ jobs:
6262
} catch (err) {
6363
core.setFailed(`Request failed with error ${err}`)
6464
}
65-
- uses: actions/checkout@v6
65+
- uses: actions/checkout@v7
6666
if: github.event_name == 'issue_comment'
6767
with:
6868
repository: ${{ fromJSON(steps.get-pr.outputs.result).head.repo.full_name }}

0 commit comments

Comments
 (0)