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 f6c3c07 commit 8933b8bCopy full SHA for 8933b8b
.github/workflows/nebula-ci.yml
@@ -16,7 +16,7 @@ jobs:
16
java: [ 8 ]
17
name: CI with Java ${{ matrix.java }}
18
steps:
19
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
20
- name: Setup jdk
21
uses: actions/setup-java@v1
22
with:
.github/workflows/nebula-publish.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
15
- name: Setup jdk 8
.github/workflows/nebula-snapshot.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
- - uses: actions/checkout@v2
fetch-depth: 0
- name: Set up JDK
0 commit comments