Skip to content

Commit 4bcda5d

Browse files
chore(deps): bump actions/setup-node from 4 to 5 (#94)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76d3669 commit 4bcda5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: PR title / description conforms to semantic-release
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/setup-node@v4
11+
- uses: actions/setup-node@v5
1212
with:
1313
node-version: "18"
1414
- run: npm install @commitlint/config-conventional

0 commit comments

Comments
 (0)