Skip to content

Commit baf848e

Browse files
build(ci): bump ad-m/github-push-action from 1.1.0 to 1.3.0 in the ci group (#69)
Bumps the ci group with 1 update: [ad-m/github-push-action](https://github.com/ad-m/github-push-action). Updates `ad-m/github-push-action` from 1.1.0 to 1.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ad-m/github-push-action/releases">ad-m/github-push-action's releases</a>.</em></p> <blockquote> <h2>v1.3.0</h2> <h2>What's Changed</h2> <ul> <li>feat: Add addional GH token descriptor name by <a href="https://github.com/ZPascal"><code>@​ZPascal</code></a> in <a href="https://redirect.github.com/ad-m/github-push-action/pull/375">ad-m/github-push-action#375</a></li> <li>feat: Adjust the detached HEAD documentation by <a href="https://github.com/ZPascal"><code>@​ZPascal</code></a> in <a href="https://redirect.github.com/ad-m/github-push-action/pull/376">ad-m/github-push-action#376</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ad-m/github-push-action/compare/v1...v1.3.0">https://github.com/ad-m/github-push-action/compare/v1...v1.3.0</a></p> <h2>v1.2.0</h2> <h2>What's Changed</h2> <ul> <li>feat: Add git pull support by <a href="https://github.com/ZPascal"><code>@​ZPascal</code></a> in <a href="https://redirect.github.com/ad-m/github-push-action/pull/373">ad-m/github-push-action#373</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ad-m/github-push-action/compare/v1...v1.2.0">https://github.com/ad-m/github-push-action/compare/v1...v1.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ad-m/github-push-action/commit/881a6320fdb16eb5318c5054f31c218aec2b324c"><code>881a632</code></a> feat: Adjust the detached HEAD documentation (<a href="https://redirect.github.com/ad-m/github-push-action/issues/376">#376</a>)</li> <li><a href="https://github.com/ad-m/github-push-action/commit/f917f9b5ca9dfd7af6d104698e53b579ae2f3a7d"><code>f917f9b</code></a> feat: Add addional GH token descriptor name (<a href="https://redirect.github.com/ad-m/github-push-action/issues/375">#375</a>)</li> <li><a href="https://github.com/ad-m/github-push-action/commit/fdfe7e83ff42edf5d49846b69f3c78d806169d51"><code>fdfe7e8</code></a> feat: Add git pull support (<a href="https://redirect.github.com/ad-m/github-push-action/issues/373">#373</a>)</li> <li><a href="https://github.com/ad-m/github-push-action/commit/d30dc2d070765d7e509df00c34c5fa2dd636ff74"><code>d30dc2d</code></a> docs: Adjust the link</li> <li>See full diff in <a href="https://github.com/ad-m/github-push-action/compare/v1.1.0...v1.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ad-m/github-push-action&package-manager=github_actions&previous-version=1.1.0&new-version=1.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea9e354 commit baf848e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-channel-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git checkout staging
2626
git merge --ff-only ${{ github.ref_name }}
2727
28-
- uses: ad-m/github-push-action@v1.1.0
28+
- uses: ad-m/github-push-action@v1.3.0
2929
with:
3030
branch: staging
3131

@@ -49,7 +49,7 @@ jobs:
4949
git checkout prod
5050
git merge --ff-only ${{ github.ref_name }}
5151
52-
- uses: ad-m/github-push-action@v1.1.0
52+
- uses: ad-m/github-push-action@v1.3.0
5353
with:
5454
branch: prod
5555

.github/workflows/release-channel-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git checkout prod
3434
git merge --ff-only ${{ github.ref_name }}
3535
36-
- uses: ad-m/github-push-action@v1.1.0
36+
- uses: ad-m/github-push-action@v1.3.0
3737
with:
3838
branch: prod
3939

.github/workflows/release-channel-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
git checkout staging
3737
git merge --ff-only ${{ github.ref_name }}
3838
39-
- uses: ad-m/github-push-action@v1.1.0
39+
- uses: ad-m/github-push-action@v1.3.0
4040
with:
4141
branch: staging
4242

0 commit comments

Comments
 (0)