From 75894e9ad0bafb37f0506b73816f7855c0eb696c Mon Sep 17 00:00:00 2001 From: sinsukehlab <94058150+sinsukehlab@users.noreply.github.com> Date: Tue, 14 Feb 2023 11:50:48 +0900 Subject: [PATCH] Bump actions/checkout to v3 (#10) actions/checkout to v3 actions/setup-node to v3 --- .github/workflows/release.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe29971..62a1bde 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,8 +40,8 @@ jobs: name: release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: node-version: "lts/*" - name: install semantic-release plugins diff --git a/README.md b/README.md index 1a24fad..df8242a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 # Let's get all the branches - name: Update to step 1