Skip to content

Commit

Permalink
Merge pull request #60 from wrt54g/fix-example
Browse files Browse the repository at this point in the history
Update actions
  • Loading branch information
lolgab authored Jul 7, 2022
2 parents 4301d3b + 5e389f0 commit 92c7bec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }} # checkout the correct branch name
fetch-depth: 0 # fetch the whole repo history

- name: Git Version
uses: codacy/git-version@2.2.0
uses: codacy/git-version@2.5.4
```
### Mono-Repo
Expand Down Expand Up @@ -80,13 +80,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }} # checkout the correct branch name
fetch-depth: 0 # fetch the whole repo history
- name: Git Version
uses: codacy/git-version@2.2.0
uses: codacy/git-version@2.5.4
with:
prefix: module1-
log-path: module1/
Expand All @@ -113,13 +113,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }} # checkout the correct branch name
fetch-depth: 0 # fetch the whole repo history
- name: Git Version
uses: codacy/git-version@2.2.0
uses: codacy/git-version@2.5.4
with:
prefix: module2-
log-path: module2/
Expand Down

0 comments on commit 92c7bec

Please sign in to comment.