Skip to content

Commit d799fb2

Browse files
authored
Merge pull request #466 from Julian/dependabot/github_actions/stefanzweifel/git-auto-commit-action-7.1.0
Bump stefanzweifel/git-auto-commit-action from 7.0.0 to 7.1.0
2 parents 7492ba0 + 9757958 commit d799fb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/abbreviations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
gh api -H 'Accept: application/vnd.github.raw' '/repos/leanprover/vscode-lean4/contents/lean4-unicode-input/src/abbreviations.json' >vscode-lean/abbreviations.json
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
- uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
24+
- uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9
2525
with:
2626
commit_message: Sync abbreviations with the VSCode definitions

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: just docs
3333

3434
- name: Commit
35-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
35+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9
3636
with:
3737
branch: ${{ github.head_ref }}
3838
commit_message: "Regenerate vimdocs"

0 commit comments

Comments
 (0)