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.
2 parents 5fb6512 + 1c8ead8 commit d3cf389Copy full SHA for d3cf389
2 files changed
.github/workflows/build-pr.yml
@@ -13,7 +13,7 @@ jobs:
13
os: [ubuntu-latest, windows-latest, macos-latest]
14
steps:
15
- name: Checkout Repository
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
- name: Setup Java
18
uses: actions/setup-java@v4
19
with:
.github/workflows/sematic-releases.yml
@@ -23,7 +23,7 @@ jobs:
23
release_version: ${{ steps.get_version.outputs.release_version }}
24
25
- name: Checkout
26
27
28
fetch-depth: 0
29
- name: Setup Node.js
@@ -64,7 +64,7 @@ jobs:
64
if: needs.release.outputs.release_version != ''
65
66
67
68
69
70
- name: Validate Gradle Wrapper
0 commit comments