We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616b3c3 commit 745512aCopy full SHA for 745512a
.github/workflows/backport.yml
@@ -25,7 +25,7 @@ jobs:
25
startsWith(github.event.comment.body, '/backport')
26
)
27
steps:
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
29
- name: Create backport PRs
30
uses: korthout/backport-action@v3
31
with:
.github/workflows/mvn-build.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
9
10
- name: Set up Java environment
11
uses: actions/setup-java@v4
12
.github/workflows/mvn-release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
- name: Check out code
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
24
0 commit comments