Skip to content

Commit

Permalink
Bump actions/checkout to v3 (#10)
Browse files Browse the repository at this point in the history
actions/checkout to v3
actions/setup-node to v3
  • Loading branch information
sinsukehlab authored Feb 14, 2023
1 parent d9bba80 commit 75894e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75894e9

Please sign in to comment.