Skip to content

Commit

Permalink
feat(action): Bump GitHub action/checkout version from v2 to v3 (#115)
Browse files Browse the repository at this point in the history
* ⬆️ Update actions/checkout@v3

* 📝 Update readme
  • Loading branch information
yamashush committed Dec 18, 2022
1 parent 1a356bd commit 6d1ded3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
api_key: ${{ secrets.foresight_api_key }}

- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
node-version: [16.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
name: generate-github-profile-summary-cards

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: vn7n24fzkq/github-profile-summary-cards@release
env: # default use ${{ secrets.SUMMARY_GITHUB_TOKEN }}, you should replace with your personal access token
GITHUB_TOKEN: ${{ secrets.SUMMARY_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion docs/README.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
name: generate-github-profile-summary-cards

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: vn7n24fzkq/github-profile-summary-cards@release
env: # default use ${{ secrets.SUMMARY_GITHUB_TOKEN }}, you should replace with your personal access token
GITHUB_TOKEN: ${{ secrets.SUMMARY_GITHUB_TOKEN }}
Expand Down

0 comments on commit 6d1ded3

Please sign in to comment.