Skip to content

Commit b32ee28

Browse files
committed
use correct version for github-actions-x/commit
Signed-off-by: Martin Schurz <[email protected]>
1 parent 0c8cbb2 commit b32ee28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
version: "${{ github.event.release.tag_name }}"
3434

3535
- name: push galaxy.yml
36-
uses: github-actions-x/commit@6
36+
uses: github-actions-x/commit@v2.9
3737
with:
3838
github-token: ${{ secrets.GITHUB_TOKEN }}
3939
push-branch: 'master'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
issue_line_labels: mysql_hardening,os_hardening,ssh_hardening,nginx_hardening
4141

4242
- name: push changelog
43-
uses: github-actions-x/commit@v6
43+
uses: github-actions-x/commit@v2.9
4444
with:
4545
github-token: ${{ secrets.GITHUB_TOKEN }}
4646
push-branch: 'master'

0 commit comments

Comments
 (0)