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 865f558 commit b50c367Copy full SHA for b50c367
.github/workflows/PR.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout the repo
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
17
- name: Setup JDK
18
uses: actions/setup-java@v3
.github/workflows/master.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
22
23
24
with:
25
fetch-depth: 0
26
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
27
28
29
30
31
32
ref: ${{ github.event.inputs.branch }}
0 commit comments