mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Merge #677
677: Bump everlytic/branch-merge from 1.1.2 to 1.1.5 r=AfoHT a=dependabot[bot] Bumps [everlytic/branch-merge](https://github.com/everlytic/branch-merge) from 1.1.2 to 1.1.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/everlytic/branch-merge/releases">everlytic/branch-merge's releases</a>.</em></p> <blockquote> <h2>1.1.5</h2> <h2>What's Changed</h2> <ul> <li>update from Node12 to Node16 by <a href="https://github.com/brandondrm"><code>`@brandondrm</code></a>` in <a href="https://github-redirect.dependabot.com/everlytic/branch-merge/pull/7">everlytic/branch-merge#7</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brandondrm"><code>`@brandondrm</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/everlytic/branch-merge/pull/7">everlytic/branch-merge#7</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/everlytic/branch-merge/compare/1.1.4...1.1.5">https://github.com/everlytic/branch-merge/compare/1.1.4...1.1.5</a></p> <h2>1.1.4</h2> <h2>What's Changed</h2> <ul> <li>Bump <code>`@actions/core</code>` from 1.2.6 to 1.9.1 by <a href="https://github.com/dependabot"><code>`@dependabot</code></a>` in <a href="https://github-redirect.dependabot.com/everlytic/branch-merge/pull/6">everlytic/branch-merge#6</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/everlytic/branch-merge/compare/1.1.3...1.1.4">https://github.com/everlytic/branch-merge/compare/1.1.3...1.1.4</a></p> <h2>1.1.3</h2> <h2>What's Changed</h2> <ul> <li>Bump <code>`@actions/core</code>` from 1.2.4 to 1.2.6 by <a href="https://github.com/dependabot"><code>`@dependabot</code></a>` in <a href="https://github-redirect.dependabot.com/everlytic/branch-merge/pull/4">everlytic/branch-merge#4</a></li> <li>Bump node-fetch from 2.6.0 to 2.6.7 by <a href="https://github.com/dependabot"><code>`@dependabot</code></a>` in <a href="https://github-redirect.dependabot.com/everlytic/branch-merge/pull/5">everlytic/branch-merge#5</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/everlytic/branch-merge/compare/1.1.2...1.1.3">https://github.com/everlytic/branch-merge/compare/1.1.2...1.1.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="c4a244dc23
"><code>c4a244d</code></a> updating action to use node16</li> <li><a href="35fc59ad7a
"><code>35fc59a</code></a> Prepare release 1.1.4</li> <li><a href="8ea2396f15
"><code>8ea2396</code></a> Bump <code>`@actions/core</code>` from 1.2.6 to 1.9.1</li> <li><a href="36fbd04ec8
"><code>36fbd04</code></a> Prepare release 1.1.3</li> <li><a href="89d6d9c856
"><code>89d6d9c</code></a> Bump node-fetch from 2.6.0 to 2.6.7</li> <li><a href="2c1f48c033
"><code>2c1f48c</code></a> Bump <code>`@actions/core</code>` from 1.2.4 to 1.2.6</li> <li>See full diff in <a href="https://github.com/everlytic/branch-merge/compare/1.1.2...1.1.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=everlytic/branch-merge&package-manager=github_actions&previous-version=1.1.2&new-version=1.1.5)](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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
commit
619b971e22
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -347,7 +347,7 @@ jobs:
|
|||
echo "versionmajor=$VERSIONMAJOR" >> $GITHUB_ENV
|
||||
echo "version=$VERSION" >> $GITHUB_ENV
|
||||
|
||||
- uses: everlytic/branch-merge@1.1.2
|
||||
- uses: everlytic/branch-merge@1.1.5
|
||||
with:
|
||||
github_token: ${{ github.token }}
|
||||
source_ref: 'master'
|
||||
|
|
Loading…
Reference in a new issue