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 718566b commit b92bbe8Copy full SHA for b92bbe8
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
timeout-minutes: 1
17
steps:
18
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
19
20
- name: Run ShellCheck
21
uses: ludeeus/[email protected]
@@ -29,7 +29,7 @@ jobs:
29
30
timeout-minutes: 3
31
32
33
34
- name: Get JDK version
35
run: |
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
- name: Build Dockerfile
77
run: docker build --file "./Dockerfile" "."
0 commit comments