We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23dda2d + cdcc8c8 commit 986eb72Copy full SHA for 986eb72
2 files changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout code
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
22
23
- name: Set up JDK 21
24
uses: actions/setup-java@v4
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
with:
ref: main
fetch-depth: 0
0 commit comments