Skip to content

Commit

Permalink
Bump actions/checkout and actions/setup-node in release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Apr 25, 2024
1 parent 100bf47 commit 844e711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Expand Up @@ -29,9 +29,9 @@ jobs:
{ "type": "refactor", "section": "Chores", "hidden": false },
{ "type": "test", "section": "Chores", "hidden": false }
]
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: lts/*
registry-url: https://registry.npmjs.org
Expand Down

0 comments on commit 844e711

Please sign in to comment.