Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wrt54g authored Jul 4, 2022
1 parent 4301d3b commit 5e389f0
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 5e389f0

Please sign in to comment.