From ff6671f77b1b8b6d16cf7492518a6d5561ea4cf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 00:09:38 +0000 Subject: [PATCH] chore(deps): bump peter-evans/create-pull-request from 3 to 4.0.1 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4.0.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4.0.1) --- 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..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"