diff --git a/.github/workflows/update-niv.yml b/.github/workflows/update-niv.yml index 3b145d3..a7a6609 100644 --- a/.github/workflows/update-niv.yml +++ b/.github/workflows/update-niv.yml @@ -22,7 +22,7 @@ jobs: - run: nix-build - run: nix-shell --run "pre-commit run -a" - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4.0.1 with: commit-message: "[automation] update niv dependencies" title: "[automation] update niv dependencies"