File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout Code
27- uses : actions/checkout@v2
27+ uses : actions/checkout@v3
2828 with :
2929 ref : ${{ github.head_ref }} # checkout the correct branch name
3030 fetch-depth : 0 # fetch the whole repo history
3131
3232 - name : Git Version
33- uses : codacy/git-version@2.2.0
33+ uses : codacy/git-version@2.5.4
3434` ` `
3535
3636### Mono-Repo
@@ -80,13 +80,13 @@ jobs:
8080 runs-on: ubuntu-latest
8181 steps:
8282 - name: Checkout Code
83- uses: actions/checkout@v2
83+ uses: actions/checkout@v3
8484 with:
8585 ref: ${{ github.head_ref }} # checkout the correct branch name
8686 fetch-depth: 0 # fetch the whole repo history
8787
8888 - name: Git Version
89- uses: codacy/git-version@2.2.0
89+ uses: codacy/git-version@2.5.4
9090 with:
9191 prefix: module1-
9292 log-path: module1/
@@ -113,13 +113,13 @@ jobs:
113113 runs-on: ubuntu-latest
114114 steps:
115115 - name: Checkout Code
116- uses: actions/checkout@v2
116+ uses: actions/checkout@v3
117117 with:
118118 ref: ${{ github.head_ref }} # checkout the correct branch name
119119 fetch-depth: 0 # fetch the whole repo history
120120
121121 - name: Git Version
122- uses: codacy/git-version@2.2.0
122+ uses: codacy/git-version@2.5.4
123123 with:
124124 prefix: module2-
125125 log-path: module2/
You can’t perform that action at this time.
0 commit comments