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 9e13331 + 99d9931 commit 2104303Copy full SHA for 2104303
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
java-version: [ 8, 17 ]
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
21
with:
22
fetch-depth: 0
23
- name: Setup Java
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
build_sbt_1_0:
10
runs-on: ubuntu-latest
11
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
14
15
# setup build environment
0 commit comments