Thanks to visit codestin.com Credit goes to github.com
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 2d320a5 commit bed98eaCopy full SHA for bed98ea
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
java: [ 8, 11, 17 ]
15
steps:
16
- name: Check out code
17
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v3.6.0
18
with:
19
fetch-depth: 0
20
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
12
13
- name: Set up Java
uses: actions/[email protected]
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
ref: master
46
0 commit comments