Skip to content

Commit ca9d607

Browse files
committed
build(release): 2.0.0
Includes 33d7bba, which closes #5.
1 parent cc635d1 commit ca9d607

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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@v1
61+
- uses: bcanseco/github-contribution-graph-action@v2
6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
GIT_EMAIL: [email protected] # replace me
@@ -79,7 +79,7 @@ jobs:
7979
backfill-commits:
8080
runs-on: ubuntu-latest
8181
steps:
82-
- uses: bcanseco/github-contribution-graph-action@v1
82+
- uses: bcanseco/github-contribution-graph-action@v2
8383
env:
8484
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8585
GIT_EMAIL: [email protected] # replace me
@@ -137,8 +137,8 @@ Speaking of dependencies, all production npm dependencies used by this GitHub Ac
137137
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).
138138

139139
```diff
140-
- uses: bcanseco/github-contribution-graph-action@v1
141-
+ uses: bcanseco/github-contribution-graph-action@1.2.0
140+
- uses: bcanseco/github-contribution-graph-action@v2
141+
+ uses: bcanseco/github-contribution-graph-action@2.0.0
142142
```
143143

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

0 commit comments

Comments
 (0)