Skip to content

Commit e46b3c1

Browse files
chore(deps): update peaceiris/workflows action to v0.20.1 (#1098)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 043abd3 commit e46b3c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
# https://github.com/peaceiris/workflows/blob/main/create-release-npm/action.yml
14-
- uses: peaceiris/workflows/create-release-npm@v0.19.1
14+
- uses: peaceiris/workflows/create-release-npm@v0.20.1
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131

32-
- uses: peaceiris/workflows/setup-node@v0.19.1
32+
- uses: peaceiris/workflows/setup-node@v0.20.1
3333
with:
3434
node-version-file: ".nvmrc"
3535

0 commit comments

Comments
 (0)