File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Checkout Code
27
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v3
28
28
with :
29
29
ref : ${{ github.head_ref }} # checkout the correct branch name
30
30
fetch-depth : 0 # fetch the whole repo history
31
31
32
32
- name : Git Version
33
- uses : codacy/git-version@2.2.0
33
+ uses : codacy/git-version@2.5.4
34
34
` ` `
35
35
36
36
### Mono-Repo
@@ -80,13 +80,13 @@ jobs:
80
80
runs-on: ubuntu-latest
81
81
steps:
82
82
- name: Checkout Code
83
- uses: actions/checkout@v2
83
+ uses: actions/checkout@v3
84
84
with:
85
85
ref: ${{ github.head_ref }} # checkout the correct branch name
86
86
fetch-depth: 0 # fetch the whole repo history
87
87
88
88
- name: Git Version
89
- uses: codacy/git-version@2.2.0
89
+ uses: codacy/git-version@2.5.4
90
90
with:
91
91
prefix: module1-
92
92
log-path: module1/
@@ -113,13 +113,13 @@ jobs:
113
113
runs-on: ubuntu-latest
114
114
steps:
115
115
- name: Checkout Code
116
- uses: actions/checkout@v2
116
+ uses: actions/checkout@v3
117
117
with:
118
118
ref: ${{ github.head_ref }} # checkout the correct branch name
119
119
fetch-depth: 0 # fetch the whole repo history
120
120
121
121
- name: Git Version
122
- uses: codacy/git-version@2.2.0
122
+ uses: codacy/git-version@2.5.4
123
123
with:
124
124
prefix: module2-
125
125
log-path: module2/
You can’t perform that action at this time.
0 commit comments