Skip to content

Commit 2ddf41a

Browse files
authored
Merge pull request #1462 from jupyter/dependabot/github_actions/stefanzweifel/git-auto-commit-action-4.12.0
Bump stefanzweifel/git-auto-commit-action from 4.11.0 to 4.12.0
2 parents 9ba6800 + d42a2c0 commit 2ddf41a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Push Wiki to GitHub
8282
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.event_name == 'schedule'
83-
uses: stefanzweifel/git-auto-commit-action@5dd17c3b53a58c1cb5eaab903826abe94765ccd6 # dependabot updates to latest release
83+
uses: stefanzweifel/git-auto-commit-action@abd87b7d94702070bef78dc1d56b6928b8fa9ecc # dependabot updates to latest release
8484
with:
8585
commit_message: "[ci skip] Automated publish for ${{github.sha}}"
8686
repository: wiki/

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
4949
- name: Push Strings to Master
5050
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
51-
uses: stefanzweifel/git-auto-commit-action@5dd17c3b53a58c1cb5eaab903826abe94765ccd6 # dependabot updates to latest release
51+
uses: stefanzweifel/git-auto-commit-action@abd87b7d94702070bef78dc1d56b6928b8fa9ecc # dependabot updates to latest release
5252
with:
5353
commit_message: "[ci skip] Automated publish for ${{github.sha}}"

0 commit comments

Comments
 (0)