diff --git a/.github/workflows/nix-flake-update.yml b/.github/workflows/nix-flake-update.yml index a9160ad..d31623c 100644 --- a/.github/workflows/nix-flake-update.yml +++ b/.github/workflows/nix-flake-update.yml @@ -18,7 +18,7 @@ jobs: run: nix flake update - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v5 with: commit-message: Update flakes committer: GitHub