deps: git-auto-commit-action 5.0.1 -> 6.0.1
This commit is contained in:
parent
ab02b32c18
commit
b883121cdc
4 changed files with 4 additions and 4 deletions
2
.github/workflows/format-nix.yml
vendored
2
.github/workflows/format-nix.yml
vendored
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
;;
|
||||
esac
|
||||
- name: commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5.0.1
|
||||
uses: stefanzweifel/git-auto-commit-action@v6.0.1
|
||||
with:
|
||||
commit_message: |
|
||||
style: autoformatting all ${{ inputs.language }} files
|
||||
|
|
|
|||
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
|
|
@ -100,7 +100,7 @@ jobs:
|
|||
;;
|
||||
esac
|
||||
- name: commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5.0.1
|
||||
uses: stefanzweifel/git-auto-commit-action@v6.0.1
|
||||
with:
|
||||
commit_message: |
|
||||
style: autoformatting all ${{ inputs.language }} files
|
||||
|
|
|
|||
2
.github/workflows/increment-nix.yml
vendored
2
.github/workflows/increment-nix.yml
vendored
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
;;
|
||||
esac
|
||||
- name: commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5.0.1
|
||||
uses: stefanzweifel/git-auto-commit-action@v6.0.1
|
||||
with:
|
||||
commit_message: |
|
||||
chore: incrementing version to ${{ steps.version-bump.outputs.version }}
|
||||
|
|
|
|||
2
.github/workflows/increment.yml
vendored
2
.github/workflows/increment.yml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
;;
|
||||
esac
|
||||
- name: commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5.0.1
|
||||
uses: stefanzweifel/git-auto-commit-action@v6.0.1
|
||||
with:
|
||||
commit_message: |
|
||||
chore: incrementing version to ${{ steps.version-bump.outputs.version }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue