Skip to content

Commit

Permalink
chore(deps): update peaceiris/workflows action to v0.20.1 (#1098)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 043abd3 commit e46b3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v4
# https://github.com/peaceiris/workflows/blob/main/create-release-npm/action.yml
- uses: peaceiris/workflows/create-release-npm@v0.19.1
- uses: peaceiris/workflows/create-release-npm@v0.20.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: peaceiris/workflows/setup-node@v0.19.1
- uses: peaceiris/workflows/setup-node@v0.20.1
with:
node-version-file: ".nvmrc"

Expand Down

0 comments on commit e46b3c1

Please sign in to comment.