Skip to content

Commit

Permalink
Update release-republish.yml
Browse files Browse the repository at this point in the history
update checkout and setup-node to v4 to see if that fixes issue
  • Loading branch information
davidnixon authored Nov 14, 2023
1 parent 2d238e3 commit adeb8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-republish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3 # https://github.com/actions/checkout
uses: actions/checkout@v4 # https://github.com/actions/checkout
with:
fetch-depth: 0 # https://github.com/actions/checkout/issues/217
token: ${{ secrets.GH_TOKEN_LERNA }} # https://github.com/lerna/lerna/issues/1957
Expand All @@ -23,7 +23,7 @@ jobs:
git config user.email [email protected]
- name: Use Node.js 18.x
uses: actions/setup-node@v3 # https://github.com/actions/setup-node
uses: actions/setup-node@v4 # https://github.com/actions/setup-node
with:
node-version: 18
registry-url: https://registry.npmjs.org
Expand Down

0 comments on commit adeb8bd

Please sign in to comment.