Skip to content

Commit 3fd99ad

Browse files
authored
chore: bump setup-node and checkout actions to v4 in release workflow (#239)
1 parent f14f6a5 commit 3fd99ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
{ "type": "refactor", "section": "Chores", "hidden": false },
3030
{ "type": "test", "section": "Chores", "hidden": false }
3131
]
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
if: ${{ steps.release.outputs.release_created }}
34-
- uses: actions/setup-node@v3
34+
- uses: actions/setup-node@v4
3535
with:
3636
node-version: lts/*
3737
registry-url: https://registry.npmjs.org

0 commit comments

Comments
 (0)