Skip to content

Commit

Permalink
chore(deps): Bump mathieudutour/github-tag-action from 6.0 to 6.1 (ce…
Browse files Browse the repository at this point in the history
…lestiaorg#2721)

Bumps
[mathieudutour/github-tag-action](https://github.com/mathieudutour/github-tag-action)
from 6.0 to 6.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mathieudutour/github-tag-action/commit/fcfbdceb3093f6d85a3b194740f8c6cec632f4e2"><code>fcfbdce</code></a>
check in prod dependencies</li>
<li><a
href="https://github.com/mathieudutour/github-tag-action/commit/dbd80d2e9d640266d8fe579d11ab9896ed618e16"><code>dbd80d2</code></a>
version 6.1</li>
<li><a
href="https://github.com/mathieudutour/github-tag-action/commit/a1afa112d39eb8a91ff58476c3025306da79c60f"><code>a1afa11</code></a>
Correctly parse <code>create_annotated_tag</code> (<a
href="https://redirect.github.com/mathieudutour/github-tag-action/issues/137">#137</a>)</li>
<li><a
href="https://github.com/mathieudutour/github-tag-action/commit/3f9dffdaa0f8750e4522679fc07ad1ddc50d0501"><code>3f9dffd</code></a>
Merge pull request <a
href="https://redirect.github.com/mathieudutour/github-tag-action/issues/147">#147</a>
from JohnTitor/nodejs16</li>
<li><a
href="https://github.com/mathieudutour/github-tag-action/commit/c4f56e7003b5ac959eda97b0994d4d95ed2eca6d"><code>c4f56e7</code></a>
Merge pull request <a
href="https://redirect.github.com/mathieudutour/github-tag-action/issues/146">#146</a>
from JohnTitor/actions-core</li>
<li><a
href="https://github.com/mathieudutour/github-tag-action/commit/923acce875f1d341e5123bbc6a6e7c227b95f463"><code>923acce</code></a>
Update <code>@actions/core</code> to v1.10.0</li>
<li><a
href="https://github.com/mathieudutour/github-tag-action/commit/c5ababce46db7606902685c98e276cd74683a072"><code>c5ababc</code></a>
Update to Node.js 16</li>
<li><a
href="https://github.com/mathieudutour/github-tag-action/commit/e923a6115f1a2ccc3404e26ec2535092a9fd5536"><code>e923a61</code></a>
Merge pull request <a
href="https://redirect.github.com/mathieudutour/github-tag-action/issues/142">#142</a>
from mathieudutour/dependabot/npm_and_yarn/actions/co...</li>
<li><a
href="https://github.com/mathieudutour/github-tag-action/commit/8bee2b2289cf9e4d3bdf3c38b5ed387837cbd224"><code>8bee2b2</code></a>
Bump <code>@​actions/core</code> from 1.6.0 to 1.9.1</li>
<li><a
href="https://github.com/mathieudutour/github-tag-action/commit/92dc56ebabc5570d1b41c60962250c2d11e0174e"><code>92dc56e</code></a>
Merge pull request <a
href="https://redirect.github.com/mathieudutour/github-tag-action/issues/124">#124</a>
from mathieudutour/dependabot/npm_and_yarn/node-fetch...</li>
<li>Additional commits viewable in <a
href="https://github.com/mathieudutour/github-tag-action/compare/v6.0...v6.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mathieudutour/github-tag-action&package-manager=github_actions&previous-version=6.0&new-version=6.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 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>
Co-authored-by: Ryan <[email protected]>
  • Loading branch information
dependabot[bot] and distractedm1nd authored Sep 18, 2023
1 parent 288e992 commit eae39fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# version_bump section, it would skip and not run, which would result
# in goreleaser not running either.
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: mathieudutour/github-tag-action@v6.0
uses: mathieudutour/github-tag-action@v6.1

- name: Version Release
uses: celestiaorg/.github/.github/actions/[email protected]
Expand Down

0 comments on commit eae39fd

Please sign in to comment.