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 8e59b7f + 16bf81e commit e477169Copy full SHA for e477169
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Check out repository
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
22
23
- name: Set up JDK with Dependency Caching
24
uses: actions/setup-java@v3
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
- name: Checkout latest code
0 commit comments