Skip to content

Commit

Permalink
Bump anothrNick/github-tag-action from 1.69.0 to 1.70.0 (#2064)
Browse files Browse the repository at this point in the history
Bumps
[anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action)
from 1.69.0 to 1.70.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/anothrnick/github-tag-action/releases">anothrNick/github-tag-action's
releases</a>.</em></p>
<blockquote>
<h2>1.70.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add old_tag Output to the README by <a
href="https://github.com/gabriel-stackhouse"><code>@​gabriel-stackhouse</code></a>
in <a
href="https://redirect.github.com/anothrNick/github-tag-action/pull/314">anothrNick/github-tag-action#314</a></li>
<li>Fix Auto Releases by <a
href="https://github.com/gabriel-stackhouse"><code>@​gabriel-stackhouse</code></a>
in <a
href="https://redirect.github.com/anothrNick/github-tag-action/pull/317">anothrNick/github-tag-action#317</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/gabriel-stackhouse"><code>@​gabriel-stackhouse</code></a>
made their first contribution in <a
href="https://redirect.github.com/anothrNick/github-tag-action/pull/314">anothrNick/github-tag-action#314</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/anothrNick/github-tag-action/compare/1...1.70.0">https://github.com/anothrNick/github-tag-action/compare/1...1.70.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/anothrNick/github-tag-action/commit/777684df761b882a3f4f70db16ac70d8cc78d0ea"><code>777684d</code></a>
Merge pull request <a
href="https://redirect.github.com/anothrnick/github-tag-action/issues/317">#317</a>
from gabriel-stackhouse/auto-releases</li>
<li><a
href="https://github.com/anothrNick/github-tag-action/commit/5a9c83298af89bd4bb0cabb785030585b8f25822"><code>5a9c832</code></a>
Simple comment tweak to trigger the workflow on merge</li>
<li><a
href="https://github.com/anothrNick/github-tag-action/commit/cf38bfd6e905aa5bea1ad3c510f6840258426a23"><code>cf38bfd</code></a>
Remove commented-out lines in the release workflow</li>
<li><a
href="https://github.com/anothrNick/github-tag-action/commit/c092e525bb39a28994489883333966763dda84d2"><code>c092e52</code></a>
Use the correct ID</li>
<li><a
href="https://github.com/anothrNick/github-tag-action/commit/ebf2cb971a476f9d940dfb6d9a27cd09985923c3"><code>ebf2cb9</code></a>
Add a working automated release action to the main workflow</li>
<li><a
href="https://github.com/anothrNick/github-tag-action/commit/5b0f9e4ee4ab5f1b2704575fb5e37fac5775879c"><code>5b0f9e4</code></a>
Add old_tag Output to the README (<a
href="https://redirect.github.com/anothrnick/github-tag-action/issues/314">#314</a>)</li>
<li>See full diff in <a
href="https://github.com/anothrnick/github-tag-action/compare/1.69.0...1.70.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anothrNick/github-tag-action&package-manager=github_actions&previous-version=1.69.0&new-version=1.70.0)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent a6057f8 commit 24a2810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
fetch-depth: '0'
- name: "Bump version and push tag"
uses: anothrNick/github-tag-action@1.69.0
uses: anothrNick/github-tag-action@1.70.0
env:
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
DEFAULT_BUMP: none
Expand Down

0 comments on commit 24a2810

Please sign in to comment.