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 e4f5add commit 3e83fe2Copy full SHA for 3e83fe2
.github/workflows/pr_check.yml
@@ -6,7 +6,7 @@ jobs:
6
danger:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
10
- name: Setup Java
11
uses: actions/setup-java@v3
12
with:
@@ -36,7 +36,7 @@ jobs:
36
unit_test:
37
38
39
40
41
42
.github/workflows/unit_test.yml
@@ -9,7 +9,7 @@ jobs:
13
14
15
0 commit comments