Skip to content

Commit 4360aac

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be3238c commit 4360aac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/MacOsPR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: macos-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
1616
- name: Set up JDK 21

.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@v4
31+
- uses: actions/checkout@v5
3232
if: github.event_name == 'push' || github.event_name == 'pull_request'
3333
- uses: actions/github-script@v7
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@v4
50+
- uses: actions/checkout@v5
5151
if: github.event_name == 'issue_comment'
5252
with:
5353
repository: ${{ fromJSON(steps.get-pr.outputs.result).head.repo.full_name }}

.github/workflows/windowsPR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: windows-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
1616
- name: Set up JDK 21

0 commit comments

Comments
 (0)