diff --git a/.github/workflows/nix-flake-update.yml b/.github/workflows/nix-flake-update.yml
index b73fbce..8ad6d6f 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@v4
         with:
           commit-message: Update flakes
           committer: GitHub <noreply@github.com>