Skip to content

Commit

Permalink
Merge pull request #396 from tiobe/documentation-update-checkout-action
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
janssen-tiobe authored Oct 11, 2024
2 parents d18bbce + 1aa46e7 commit 291a895
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: TICS GitHub Action
uses: tiobe/tics-github-action@v3
with:
Expand Down Expand Up @@ -100,6 +102,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: TICS GitHub Action
uses: tiobe/tics-github-action@v3
with:
Expand Down Expand Up @@ -176,6 +180,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: TICS GitHub Action
uses: tiobe/tics-github-action@v3
with:
Expand Down

0 comments on commit 291a895

Please sign in to comment.