Skip to content

Commit

Permalink
Merge pull request #58 from notofonts/renovate/stefanzweifel-git-auto…
Browse files Browse the repository at this point in the history
…-commit-action-5.x

Update stefanzweifel/git-auto-commit-action action to v5
  • Loading branch information
simoncozens authored Sep 11, 2024
2 parents 6f77340 + a1e53b9 commit 3f7c97f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Build site
run: python3 scripts/build-site.py
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
name: Commit downloaded fonts and data
2 changes: 1 addition & 1 deletion .github/workflows/megamerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: cd megamerge; python3 megamerge.py
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
file_pattern: "megamerge/*ttf"
commit_message: "Update megamerged files"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
run: python3 scripts/issue-stats.py
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
name: Commit downloaded fonts and data

0 comments on commit 3f7c97f

Please sign in to comment.