Skip to content

Commit

Permalink
chore(deps): update peaceiris/workflows action to v0.21.1 (#867)
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 Jan 15, 2025
1 parent fa0b6cd commit f8c58fd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ on:

jobs:
actionlint:
uses: peaceiris/workflows/.github/workflows/actionlint.yml@v0.20.0
uses: peaceiris/workflows/.github/workflows/actionlint.yml@v0.21.1
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
with:
fetch-depth: 0

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

- uses: peaceiris/workflows/setup-git@v0.19.1
- uses: peaceiris/workflows/setup-git@v0.21.1

- run: npm ci

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/renovate-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
with:
fetch-depth: 0

- uses: peaceiris/workflows/setup-git@v0.19.1
- uses: peaceiris/workflows/setup-git@v0.21.1

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4

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

Expand Down

0 comments on commit f8c58fd

Please sign in to comment.