Skip to content

Commit a4d6770

Browse files
Merge pull request #161 from exonet/dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6
2 parents d02ce6c + d4c57eb commit a4d6770

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ jobs:
1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@v4
20+
with:
21+
ref: ${{ github.head_ref }}
2022

2123
- name: Run php-cs-fixer
2224
uses: docker://oskarstark/php-cs-fixer-ga
2325

2426
- name: Apply php-cs-fixer changes
25-
uses: stefanzweifel/git-auto-commit-action@v5
27+
uses: stefanzweifel/git-auto-commit-action@v6
2628
with:
2729
commit_message: Apply php-cs-fixer changes

.github/workflows/draft-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
sed -i "s/CLIENT_VERSION = 'v.*';/CLIENT_VERSION = '${{ needs.update-release-draft.outputs.draft-version }}';/g" src/Powerdns.php
3838
3939
- name: Apply version changes
40-
uses: stefanzweifel/git-auto-commit-action@v5
40+
uses: stefanzweifel/git-auto-commit-action@v6
4141
with:
4242
commit_message: Auto update drafter version in CLIENT_VERSION

0 commit comments

Comments
 (0)