Skip to content

Commit

Permalink
chore: bump setup-node and checkout actions to v4 in release workflow (
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Mar 1, 2024
1 parent f14f6a5 commit 3fd99ad
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 3fd99ad

Please sign in to comment.