Skip to content

Commit 9b3e75b

Browse files
Update EndBug/add-and-commit action to v9.1.4
1 parent d192d3c commit 9b3e75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/render.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: pip install -Ur requirements.txt
2828
- run: python render.py
2929
- run: echo "message=update @ $(date +%Y%m%dT%H:%M:%S%Z)" >> "$GITHUB_ENV"
30-
- uses: EndBug/add-and-commit@v9
30+
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
3131
with:
3232
default_author: github_actions
3333
message: ${{ env.message }}

0 commit comments

Comments
 (0)