diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index f317f0f..6334ad4 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -33,7 +33,7 @@ jobs: - name: Update flake run: nix flake update - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: "[CI]: update flake inputs" push_options: "--force" diff --git a/.github/workflows/update-pkgs.yml b/.github/workflows/update-pkgs.yml index 790e5d6..0f5656f 100644 --- a/.github/workflows/update-pkgs.yml +++ b/.github/workflows/update-pkgs.yml @@ -33,7 +33,7 @@ jobs: - name: Update npins run: nix run nixpkgs#npins update - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: "[CI]: update npins" push_options: "--force"