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.
1 parent 3dcc11d commit d57fbd8Copy full SHA for d57fbd8
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-22.04 # May also run on other kinds of distros
9
steps:
10
- name: Checkout
11
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
12
- name: Setup Java
13
uses: actions/setup-java@v3 # Does also set up Maven and GPG
14
with:
0 commit comments