Skip to content

Commit 34d9878

Browse files
Update github-actions-x/commit action to v2.9 (#71)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 3fd21a5 commit 34d9878

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@v2.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
@@ -35,7 +35,7 @@ jobs:
3535
future_release: ${{ steps.version.outputs.next-version }}
3636

3737
- name: push changelog
38-
uses: github-actions-x/commit@v2.6
38+
uses: github-actions-x/commit@v2.9
3939
with:
4040
github-token: ${{ secrets.GITHUB_TOKEN }}
4141
push-branch: 'master'

0 commit comments

Comments
 (0)