From cbfd52f97fb17b930e86e3ef9dd01b6b8d6b4875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 00:07:07 +0000 Subject: [PATCH] chore(deps): bump peter-evans/create-pull-request from 3 to 4 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-niv.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-niv.yml b/.github/workflows/update-niv.yml index 3b145d3..e45789e 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 with: commit-message: "[automation] update niv dependencies" title: "[automation] update niv dependencies"