Skip to content

Commit 8f7f073

Browse files
authored
docs(readme): better versioning recommendation
1 parent 3e55a03 commit 8f7f073

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
single-commit:
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: bcanseco/github-contribution-graph-action@master
61+
- uses: bcanseco/github-contribution-graph-action@v1
6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
GIT_EMAIL: you@youremail.com # replace me
@@ -81,7 +81,7 @@ jobs:
8181
backfill-commits:
8282
runs-on: ubuntu-latest
8383
steps:
84-
- uses: bcanseco/github-contribution-graph-action@master
84+
- uses: bcanseco/github-contribution-graph-action@v1
8585
env:
8686
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8787
GIT_EMAIL: you@youremail.com # replace me
@@ -139,8 +139,8 @@ Speaking of dependencies, all production npm dependencies used by this GitHub Ac
139139
If you're still worried about malicious code in this repository, GitHub recommends always using a specific version of any GitHub Actions you add to your repositories. [Read more](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsuses).
140140

141141
```diff
142-
- uses: bcanseco/github-contribution-graph-action@master
143-
+ uses: bcanseco/github-contribution-graph-action@v1
142+
- uses: bcanseco/github-contribution-graph-action@v1
143+
+ uses: bcanseco/github-contribution-graph-action@1.2.0
144144
```
145145

146146
As far as data security, there's two sensitive pieces of data that this Action handles:

0 commit comments

Comments
 (0)