Skip to content

Commit 4c95e3e

Browse files
authored
Merge pull request #1650 from kubean-io/dependabot/github_actions/cpina/github-action-push-to-another-repository-1.7.3
Bump cpina/github-action-push-to-another-repository from 1.7.2 to 1.7.3
2 parents a4a0778 + 880d3c0 commit 4c95e3e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/call-gen-release-notes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Push release notes
5555
id: push_directory
56-
uses: cpina/[email protected].2
56+
uses: cpina/[email protected].3
5757
env:
5858
SSH_DEPLOY_KEY: ${{ secrets.SYNC_RLS_PRIVATE_KEY }}
5959
with:

.github/workflows/call-sync-repos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Pushes charts to another repository
5151
id: push_directory
52-
uses: cpina/[email protected].2
52+
uses: cpina/[email protected].3
5353
env:
5454
SSH_DEPLOY_KEY: ${{ secrets.SYNC_CHART_PRIVATE_KEY }}
5555
with:

.github/workflows/manual-kubespray-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
209209
- name: Push artifact patch md
210210
id: push_directory
211-
uses: cpina/[email protected].2
211+
uses: cpina/[email protected].3
212212
env:
213213
SSH_DEPLOY_KEY: ${{ secrets.SYNC_RLS_PRIVATE_KEY }}
214214
with:

0 commit comments

Comments
 (0)