mirror of
https://github.com/FreeTubeApp/FreeTube.git
synced 2025-12-05 01:10:31 +00:00
Bump stefanzweifel/git-auto-commit-action from 6 to 7
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 to 7. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v6...v7) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
.github/workflows/flatpak.yml
vendored
2
.github/workflows/flatpak.yml
vendored
@@ -102,7 +102,7 @@ jobs:
|
||||
rm freetube-${{ steps.sub.outputs.result }}-beta-linux-x64-portable.zip
|
||||
rm freetube-${{ steps.sub.outputs.result }}-beta-linux-arm64-portable.zip
|
||||
- name: Commit Files
|
||||
uses: stefanzweifel/git-auto-commit-action@v6
|
||||
uses: stefanzweifel/git-auto-commit-action@v7
|
||||
with:
|
||||
# Optional but recommended
|
||||
# Defaults to "Apply automatic changes"
|
||||
|
||||
2
.github/workflows/updateSite.yml
vendored
2
.github/workflows/updateSite.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
run: |
|
||||
sed -i 's/${{ steps.previous.outputs.result }}/${{ steps.current.outputs.result }}/g' src/index.php
|
||||
- name: Commit Files
|
||||
uses: stefanzweifel/git-auto-commit-action@v6
|
||||
uses: stefanzweifel/git-auto-commit-action@v7
|
||||
with:
|
||||
# Optional but recommended
|
||||
# Defaults to "Apply automatic changes"
|
||||
|
||||
Reference in New Issue
Block a user