From 6d1ded32f65b2af38ca7bdca7992b1c81ede8f26 Mon Sep 17 00:00:00 2001 From: yamashu <38120991+yamashush@users.noreply.github.com> Date: Sun, 18 Dec 2022 23:51:58 +0900 Subject: [PATCH] feat(action): Bump GitHub action/checkout version from v2 to v3 (#115) * :arrow_up: Update actions/checkout@v3 * :memo: Update readme --- .github/workflows/github-action.yml | 4 ++-- README.md | 2 +- docs/README.zh-tw.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml index 26370cad0..9b86aa3a3 100644 --- a/.github/workflows/github-action.yml +++ b/.github/workflows/github-action.yml @@ -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: @@ -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: diff --git a/README.md b/README.md index db5e37ae1..10abab488 100644 --- a/README.md +++ b/README.md @@ -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 }} diff --git a/docs/README.zh-tw.md b/docs/README.zh-tw.md index 91f27daf2..f3471f155 100644 --- a/docs/README.zh-tw.md +++ b/docs/README.zh-tw.md @@ -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 }}