Skip to content

Commit 2385231

Browse files
chore(deps): Bump cpina/github-action-push-to-another-repository from 1.7.2 to 1.7.3 (#1034)
Bumps [cpina/github-action-push-to-another-repository](https://github.com/cpina/github-action-push-to-another-repository) from 1.7.2 to 1.7.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cpina/github-action-push-to-another-repository/releases">cpina/github-action-push-to-another-repository's releases</a>.</em></p> <blockquote> <h2>v1.7.3 Fix OpenSSL version mismatch in Alpine container</h2> <p>Thanks <a href="https://github.com/yedidyas"><code>@​yedidyas</code></a> for the pull request.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cpina/github-action-push-to-another-repository/commit/55306faa4ed53b815ae49e564af8cfb359d32ae2"><code>55306fa</code></a> Fix OpenSSL version mismatch in Alpine container (<a href="https://redirect.github.com/cpina/github-action-push-to-another-repository/issues/120">#120</a>)</li> <li><a href="https://github.com/cpina/github-action-push-to-another-repository/commit/7c1bd869f38327ce403753fc2a5769e26cacb5ac"><code>7c1bd86</code></a> Not being able to develop: add warning</li> <li>See full diff in <a href="https://github.com/cpina/github-action-push-to-another-repository/compare/v1.7.2...v1.7.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cpina/github-action-push-to-another-repository&package-manager=github_actions&previous-version=1.7.2&new-version=1.7.3)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31304fe commit 2385231

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish-scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
env:
6767
TARGET_VERSION: ${{ github.ref_name }}
6868
- name: Push schemas to BO4E-Schemas repo
69-
uses: cpina/github-action-push-to-another-repository@v1.7.2
69+
uses: cpina/github-action-push-to-another-repository@v1.7.3
7070
env:
7171
API_TOKEN_GITHUB: ${{ secrets.BO4E_PYTHON_GENERATE_SCHEMAS }} # this token expires on 2024-10-09
7272
# token with repo scope

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
env:
8181
TARGET_VERSION: ${{ github.ref_name }}
8282
- name: Push schemas to BO4E-Schemas repo
83-
uses: cpina/github-action-push-to-another-repository@v1.7.2
83+
uses: cpina/github-action-push-to-another-repository@v1.7.3
8484
env:
8585
API_TOKEN_GITHUB: ${{ secrets.BO4E_PYTHON_GENERATE_SCHEMAS }} # this token expires on 2024-10-09
8686
# token with repo scope

0 commit comments

Comments
 (0)