Skip to content

Commit 3558d51

Browse files
build(deps): Bump actions/checkout from 4 to 5 (#2272)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8bea11d commit 3558d51

15 files changed

+16
-16
lines changed

.github/workflows/artifact.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
egress-policy: audit
4242

43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444
- name: Set up JDK
4545
uses: actions/setup-java@v4
4646
with:
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
egress-policy: audit
7676

77-
- uses: actions/checkout@v4
77+
- uses: actions/checkout@v5
7878
- name: Set up JDK
7979
uses: actions/setup-java@v4
8080
with:

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
egress-policy: audit
1616

17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020
- uses: BobAnkh/auto-generate-changelog@v1.2.5

.github/workflows/check-aliyun-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: exit 0
3030
- name: Checkout code
3131
if: steps.check-author.outputs.is_dependabot == 'true'
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
ref: ${{ github.event.pull_request.head.ref }}
3535

.github/workflows/check-commits.yml

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

2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525
- name: Set up JDK 17

.github/workflows/contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
main:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- uses: minicli/action-contributors@v3.3
1313
name: "Update CONTRIBUTORS file"
1414
env:

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: 'Checkout Repository'
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- name: Dependency Review
1919
uses: actions/dependency-review-action@v4
2020
with:

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
egress-policy: audit
1818

1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
submodules: true
2323
- name: Publish to server

.github/workflows/deploy-javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
egress-policy: audit
3939

4040
- name: Checkout
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
with:
4343
submodules: true
4444
- name: Set up JDK 17

.github/workflows/languagetool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
egress-policy: audit
3333

34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
- name: Check ${{ matrix.language_configs.name }}
3636
uses: reviewdog/action-languagetool@v1
3737
with:

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Checkout the code base #
3737
##########################
3838
- name: Checkout Code
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040
with:
4141
# Full git history is needed to get a proper
4242
# list of changed files within `super-linter`

0 commit comments

Comments
 (0)