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 0f1c4e3 + b93d334 commit 4c29961Copy full SHA for 4c29961
2 files changed
.github/workflows/development.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
# Checkout the code
26
- name: Checkout code
27
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
28
29
- name: Expose branch name
30
run: echo ${{ github.ref }}
.github/workflows/master.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Build and run tests
16
17
18
19
20
# Setup JDK and .m2/settings.xml
21
- name: Set up JDK
0 commit comments