Skip to content

Commit 9bc0299

Browse files
Bump actions/checkout from 4 to 5
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] <[email protected]>
1 parent 554c8f0 commit 9bc0299

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/adoc-html.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- uses: actions/setup-node@v4
1414
with:
1515
node-version: 20

.github/workflows/backport-workflow.yml

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

2929
- name: Checkout repository
3030
if: ${{ steps.check_pr_labels.outputs.result == 'true' }}
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
# ensure the backport target branch is checked out, too
3434
fetch-depth: 0

.github/workflows/maven-pr-builder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
- uses: actions/setup-java@v4
2323
with:

.github/workflows/sync-backport-labels.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

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- id: get-maintenance-versions
2020
uses: hazelcast/hazelcast/.github/actions/get-supported-maintenance-versions@master

.github/workflows/to-plain-html.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
with:
1313
token: ${{ secrets.TO_HTML }}
1414
- name: Asciidoc to html

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212

1313
steps:
1414
- name: Checkout Current Repo
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Validate Docs
1717
uses: hazelcast/hazelcast-docs-tools/.github/actions/validate-docs@actions/v1

0 commit comments

Comments
 (0)