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 c38f73d + 07fa0f3 commit ac7d891Copy full SHA for ac7d891
.github/workflows/development.yml
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
# Checkout the code
36
- name: Checkout code
37
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
38
39
- name: Expose branch name
40
run: echo ${{ github.ref }}
.github/workflows/master.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Build and run tests
15
16
17
18
19
# Setup JDK and .m2/settings.xml
20
- name: Set up JDK
0 commit comments