Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from 0.7.1 to 0.8.0 #78

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open
8 changes: 7 additions & 1 deletion CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Change Log

## 2024-11-05, 0.8.0 release

* change node version from 16 to 20
* changed action/checkout v3 to v4
* updated @actions/core and actions/github

## 2023-01-11, 0.7.1 release

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

## 2022-08-10, 0.7.0 release
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@v3
- uses: yoshi389111/github-profile-3d-contrib@0.7.1
- uses: actions/checkout@v4
- uses: yoshi389111/github-profile-3d-contrib@0.8.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: ${{ github.repository_owner }}
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: Generate profile 3D Contributions
author: yoshi389111

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

branding:
icon: 'box'
color: 'green'
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@v3
- uses: yoshi389111/github-profile-3d-contrib@0.7.1
- uses: actions/checkout@v4
- uses: yoshi389111/github-profile-3d-contrib@0.8.0
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@v3
- uses: yoshi389111/github-profile-3d-contrib@0.7.1
- uses: actions/checkout@v4
- uses: yoshi389111/github-profile-3d-contrib@0.8.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: ${{ github.repository_owner }}
Expand Down
Loading