We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0321bca + 2661d17 commit 2fd4c68Copy full SHA for 2fd4c68
.github/workflows/check.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- name: Set Git's core.autocrlf to false for Windows before checkout
18
run: git config --global core.autocrlf false
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
- name: Set up OpenJDK 8
21
uses: actions/setup-java@v3
22
with:
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: true
13
14
15
0 commit comments