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.18.1 to 0.19.1 (#44)
Browse files Browse the repository at this point in the history
Bumps [peaceiris/workflows](https://github.com/peaceiris/workflows) from
0.18.1 to 0.19.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/peaceiris/workflows/releases">peaceiris/workflows's
releases</a>.</em></p>
<blockquote>
<h2>peaceiris/workflows v0.19.1</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/peaceiris/workflows/compare/v0.19.0...v0.19.1">https://github.com/peaceiris/workflows/compare/v0.19.0...v0.19.1</a></p>
<h2>peaceiris/workflows v0.19.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): update dependency peaceiris/workflows to v0.18.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://github-redirect.dependabot.com/peaceiris/workflows/pull/16">peaceiris/workflows#16</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/peaceiris/workflows/compare/v0.18.1...v0.19.0">https://github.com/peaceiris/workflows/compare/v0.18.1...v0.19.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/peaceiris/workflows/commit/c5cb4219b96278d56b5fa756f1bef67acdb5b3ba"><code>c5cb421</code></a>
fix: use correct key name cache</li>
<li><a
href="https://github.com/peaceiris/workflows/commit/12c7a4c65ea158e5cba464e98c6d1b302174e5b2"><code>12c7a4c</code></a>
set default to minor</li>
<li><a
href="https://github.com/peaceiris/workflows/commit/033a54d2c0cfebd94eb06dee34e2925780840799"><code>033a54d</code></a>
feat: add cache input, pin 3.6.0</li>
<li><a
href="https://github.com/peaceiris/workflows/commit/c97754395803e496469f9da235a7255edbce7e06"><code>c977543</code></a>
Delete dependabot.yml</li>
<li><a
href="https://github.com/peaceiris/workflows/commit/66032dd21b5c0c81ee3090757d4314915e82293b"><code>66032dd</code></a>
chore(deps): update dependency peaceiris/workflows to v0.18.1 (<a
href="https://github-redirect.dependabot.com/peaceiris/workflows/issues/16">#16</a>)</li>
<li><a
href="https://github.com/peaceiris/workflows/commit/aaa1796a16315ae444200dee759f2b89c1bab639"><code>aaa1796</code></a>
add npm ci</li>
<li>See full diff in <a
href="https://github.com/peaceiris/workflows/compare/v0.18.1...v0.19.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=peaceiris/workflows&package-manager=github_actions&previous-version=0.18.1&new-version=0.19.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

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] authored Jan 9, 2023
1 parent 5f4aac5 commit ccd5702
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.18.1
- uses: peaceiris/workflows/setup-node@v0.19.1
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.18.1
- uses: peaceiris/workflows/setup-git@v0.19.1

- uses: peaceiris/workflows/setup-node@v0.18.1
- uses: peaceiris/workflows/setup-node@v0.19.1
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.18.1
- uses: peaceiris/workflows/setup-git@v0.19.1
- 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.18.1
- uses: peaceiris/workflows/setup-node@v0.19.1
with:
node-version-file: ".nvmrc"

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

- run: npm ci

Expand Down

0 comments on commit ccd5702

Please sign in to comment.