Skip to content

Commit fd54cf2

Browse files
authored
Merge pull request #48 from yoshi389111/change_node16
change: node ver from 12 to 16
2 parents b256c4d + 25acbfa commit fd54cf2

File tree

7 files changed

+15
-10
lines changed

7 files changed

+15
-10
lines changed

CHANGE_LOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 2023-01-11, 0.7.1 release
4+
5+
* Changed node version from 12 to 16.
6+
* Changed actions/checkout version from v2 to v3.
7+
38
## 2022-08-10, 0.7.0 release
49

510
* Added Spanish README.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
runs-on: ubuntu-latest
4545
name: generate-github-profile-3d-contrib
4646
steps:
47-
- uses: actions/checkout@v2
48-
- uses: yoshi389111/github-profile-3d-contrib@0.7.0
47+
- uses: actions/checkout@v3
48+
- uses: yoshi389111/github-profile-3d-contrib@0.7.1
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
USERNAME: ${{ github.repository_owner }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Generate profile 3D Contributions
33
author: yoshi389111
44

55
runs:
6-
using: 'node12'
6+
using: 'node16'
77
main: 'dist/index.js'
88

99
branding:

docs/README.es-es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
runs-on: ubuntu-latest
4545
name: generate-github-profile-3d-contrib
4646
steps:
47-
- uses: actions/checkout@v2
48-
- uses: yoshi389111/github-profile-3d-contrib@0.7.0
47+
- uses: actions/checkout@v3
48+
- uses: yoshi389111/github-profile-3d-contrib@0.7.1
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
USERNAME: ${{ github.repository_owner }}

docs/README.ja-jp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
runs-on: ubuntu-latest
4646
name: generate-github-profile-3d-contrib
4747
steps:
48-
- uses: actions/checkout@v2
49-
- uses: yoshi389111/github-profile-3d-contrib@0.7.0
48+
- uses: actions/checkout@v3
49+
- uses: yoshi389111/github-profile-3d-contrib@0.7.1
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
USERNAME: ${{ github.repository_owner }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-profile-3d-contrib",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Generate profile 3D Contributions",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)