Skip to content

Commit

Permalink
Merge pull request #48 from yoshi389111/change_node16
Browse files Browse the repository at this point in the history
change: node ver from 12 to 16
  • Loading branch information
yoshi389111 authored Jan 11, 2023
2 parents b256c4d + 25acbfa commit fd54cf2
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 2023-01-11, 0.7.1 release

* Changed node version from 12 to 16.
* Changed actions/checkout version from v2 to v3.

## 2022-08-10, 0.7.0 release

* Added Spanish README.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
runs-on: ubuntu-latest
name: generate-github-profile-3d-contrib
steps:
- uses: actions/checkout@v2
- uses: yoshi389111/[email protected].0
- uses: actions/checkout@v3
- uses: yoshi389111/[email protected].1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: ${{ github.repository_owner }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Generate profile 3D Contributions
author: yoshi389111

runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

branding:
Expand Down
4 changes: 2 additions & 2 deletions docs/README.es-es.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
runs-on: ubuntu-latest
name: generate-github-profile-3d-contrib
steps:
- uses: actions/checkout@v2
- uses: yoshi389111/[email protected].0
- uses: actions/checkout@v3
- uses: yoshi389111/[email protected].1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: ${{ github.repository_owner }}
Expand Down
4 changes: 2 additions & 2 deletions docs/README.ja-jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
runs-on: ubuntu-latest
name: generate-github-profile-3d-contrib
steps:
- uses: actions/checkout@v2
- uses: yoshi389111/[email protected].0
- uses: actions/checkout@v3
- uses: yoshi389111/[email protected].1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: ${{ github.repository_owner }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-profile-3d-contrib",
"version": "0.7.0",
"version": "0.7.1",
"description": "Generate profile 3D Contributions",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit fd54cf2

Please sign in to comment.