Skip to content

Commit bc25730

Browse files
chore(deps): update actions/checkout action to v5
1 parent d4da1d4 commit bc25730

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
startsWith(github.event.comment.body, '/backport')
2626
)
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- name: Create backport PRs
3030
uses: korthout/backport-action@v3
3131
with:

.github/workflows/mvn-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
- name: Set up Java environment
1111
uses: actions/setup-java@v4
1212
with:

.github/workflows/mvn-release.yml

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

2121
- name: Check out code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Set up Java environment
2525
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)