Skip to content

Commit 0e5fb37

Browse files
⬆️(deps): Update stefanzweifel/git-auto-commit-action action to v7.1.0 (#1460)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d550130 commit 0e5fb37

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
5151
- name: Commit changes
5252
if: steps.check_changes.outputs.changes == 'true'
53-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0
53+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
5454
with:
5555
commit_message: "📝 Update Documentation with current version"

.github/workflows/gha.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ github/codeql-action@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 jhRhU4XT+9kwxbzVpV
1313
google/osv-scanner-action@375a0e8ebdc98e99b02ac4338a724f5750f21213 f2mqSqRTRl3eo4gx9rCxay5RVqMDnKc5VphUxkJWhKk=
1414
jreleaser/release-action@90ac653bb9c79d11179e65d81499f3f34527dcd5 as+c3Rfu/4EhsRhpHf+KRqH0iqq4hW2MiE+5V2R6PDI=
1515
ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a oHo5wLG0ePY4IIiiNfo0MU1uYrDKDkeV7MpBTJ39dQg=
16+
stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 zll2vgWzXbJhdxzIDAA0Fhfbymux+C3NE5iBMcaAQJ0=
1617
stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 g4PCgPHeeaVpSPTRcoBKth4QnrZGGQXwBEoEAsAXivs=
1718
step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 RXkWFugtn85xH5tnDRnRGrrC7rrmCCnRlPNEheCef8k=

.github/workflows/ghasum.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
mode: update
3636

3737
- name: Commit gha.sum
38-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0
38+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
3939
with:
4040
commit_message: "chore: update ghasum checksums"
4141
file_pattern: .github/workflows/gha.sum

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@ runs:
160160
shell: bash
161161
- id: commit-lockfile
162162
if: inputs.commit-lockfile == 'true'
163-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # 7.0.0
163+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # 7.1.0
164164
with:
165165
commit_message: ${{ inputs.commit-message }}

template/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@ runs:
160160
shell: bash
161161
- id: commit-lockfile
162162
if: inputs.commit-lockfile == 'true'
163-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # 7.0.0
163+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # 7.1.0
164164
with:
165165
commit_message: ${{ inputs.commit-message }}

0 commit comments

Comments
 (0)