We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac5cf2a + db5f131 commit 1735935Copy full SHA for 1735935
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
with:
21
fetch-depth: 0
22
- name: Set up JDK 17
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
outputs:
12
on_main: ${{ steps.contains_tag.outputs.retval }}
13
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
- uses: rickstaa/action-contains-tag@v1.2.10
@@ -28,7 +28,7 @@ jobs:
28
29
# --- from main.yml ---
30
31
32
33
34
0 commit comments