Skip to content

Commit 92c7bec

Browse files
authored
Merge pull request #60 from wrt54g/fix-example
Update actions
2 parents 4301d3b + 5e389f0 commit 92c7bec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)