Skip to content

Commit

Permalink
[github-actions] ⬆️ bump actions/publish-action from 0.2.2 to 0.3.0 (#12
Browse files Browse the repository at this point in the history
)

Bumps
[actions/publish-action](https://github.com/actions/publish-action) from
0.2.2 to 0.3.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/publish-action/commit/f784495ce78a41bac4ed7e34a73f0034015764bb"><code>f784495</code></a>
Node version upgrade to 20 (<a
href="https://redirect.github.com/actions/publish-action/issues/38">#38</a>)</li>
<li><a
href="https://github.com/actions/publish-action/commit/7ea110f15030f31bc87e3768a5e6824f636c3eb2"><code>7ea110f</code></a>
Bump word-wrap from 1.2.3 to 1.2.4 (<a
href="https://redirect.github.com/actions/publish-action/issues/35">#35</a>)</li>
<li><a
href="https://github.com/actions/publish-action/commit/e8908aab06db627af12d7ca96388d43860236e1f"><code>e8908aa</code></a>
Bump semver from 7.3.8 to 7.5.2 (<a
href="https://redirect.github.com/actions/publish-action/issues/34">#34</a>)</li>
<li><a
href="https://github.com/actions/publish-action/commit/337dee4c7b70ef924111512628ad45fd63599ddf"><code>337dee4</code></a>
Bump tough-cookie from 4.0.0 to 4.1.3 (<a
href="https://redirect.github.com/actions/publish-action/issues/32">#32</a>)</li>
<li><a
href="https://github.com/actions/publish-action/commit/740c66cdc2471ed3c75c3c0464bd271294ae4db4"><code>740c66c</code></a>
Remove implicit dependencies (<a
href="https://redirect.github.com/actions/publish-action/issues/31">#31</a>)</li>
<li><a
href="https://github.com/actions/publish-action/commit/e9810b12c0ffb8c43f337d519db233010a877e54"><code>e9810b1</code></a>
Fix glob bug in package.json scripts section (<a
href="https://redirect.github.com/actions/publish-action/issues/29">#29</a>)</li>
<li><a
href="https://github.com/actions/publish-action/commit/e7e3b5daf522e29aff76e56882b4aa99b4138be2"><code>e7e3b5d</code></a>
Update configuration files (<a
href="https://redirect.github.com/actions/publish-action/issues/28">#28</a>)</li>
<li><a
href="https://github.com/actions/publish-action/commit/3f069f6e86735fe551a3ef85d2466391e94d7fea"><code>3f069f6</code></a>
Add update-config-files.yml (<a
href="https://redirect.github.com/actions/publish-action/issues/27">#27</a>)</li>
<li><a
href="https://github.com/actions/publish-action/commit/9169aa76096da460cedc71673f3b1c96354732de"><code>9169aa7</code></a>
Add and configure ESLint and update configuration for Prettier (<a
href="https://redirect.github.com/actions/publish-action/issues/26">#26</a>)</li>
<li><a
href="https://github.com/actions/publish-action/commit/87579b14ff55593a2d13dc5844e7c21863ac2e7a"><code>87579b1</code></a>
Update workflow badges (<a
href="https://redirect.github.com/actions/publish-action/issues/24">#24</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/publish-action/compare/v0.2.2...v0.3.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/publish-action&package-manager=github_actions&previous-version=0.2.2&new-version=0.3.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 Mar 9, 2024
1 parent 228c5a9 commit ce56712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Update the major tag to include the ${{ env.TAG_NAME }} changes
id: update-major-tag
uses: actions/publish-action@v0.2.2
uses: actions/publish-action@v0.3.0
with:
source-tag: ${{ env.TAG_NAME }}
token: ${{ steps.get-token.outputs.BOT_TOKEN }}

0 comments on commit ce56712

Please sign in to comment.