diff --git a/.github/workflows/dependabot-flatpak.yml b/.github/workflows/dependabot-flatpak.yml index 18d5dae..7c79c68 100644 --- a/.github/workflows/dependabot-flatpak.yml +++ b/.github/workflows/dependabot-flatpak.yml @@ -30,7 +30,7 @@ jobs: run: bash ./scripts/generate-sources.sh - name: Commit and push changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "chore(flatpak): automatically update cargo-sources.json" file_pattern: "packages/flatpak/cargo-sources.json"