Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
ci: bump peaceiris/workflows from 0.17.1 to 0.17.2 (#32)
Browse files Browse the repository at this point in the history
Bumps [peaceiris/workflows](https://github.com/peaceiris/workflows) from 0.17.1 to 0.17.2.
- [Release notes](https://github.com/peaceiris/workflows/releases)
- [Commits](peaceiris/workflows@v0.17.1...v0.17.2)

---
updated-dependencies:
- dependency-name: peaceiris/workflows
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 24, 2022
1 parent 40e05ef commit 514c400
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-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.17.1
- uses: peaceiris/workflows/setup-git@v0.17.2

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
- uses: peaceiris/workflows/setup-git@v0.17.1
- uses: peaceiris/workflows/setup-git@v0.17.2
- name: Update major tag
run: |
TAG_MAJOR="${GITHUB_REF_NAME%%.*}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
with:
fetch-depth: 0

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

- uses: peaceiris/workflows/setup-git@v0.17.1
- uses: peaceiris/workflows/setup-git@v0.17.2

- run: npm ci

Expand Down

0 comments on commit 514c400

Please sign in to comment.