about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-04 11:03:26 +0000
committerGitHub <noreply@github.com>2024-03-04 11:03:26 +0000
commit33386e9f4b9c412e749c68dbfd2e55b5d66870c1 (patch)
treed7f32f3edc8ee6752006ee500fc70170b61ec98f /.github
parentcd8e7e7fbbc9a594b4fd3337ef84dd2c6454a93b (diff)
downloadnixlib-33386e9f4b9c412e749c68dbfd2e55b5d66870c1.tar
nixlib-33386e9f4b9c412e749c68dbfd2e55b5d66870c1.tar.gz
nixlib-33386e9f4b9c412e749c68dbfd2e55b5d66870c1.tar.bz2
nixlib-33386e9f4b9c412e749c68dbfd2e55b5d66870c1.tar.lz
nixlib-33386e9f4b9c412e749c68dbfd2e55b5d66870c1.tar.xz
nixlib-33386e9f4b9c412e749c68dbfd2e55b5d66870c1.tar.zst
nixlib-33386e9f4b9c412e749c68dbfd2e55b5d66870c1.zip
build(deps): bump peter-evans/create-pull-request from 5.0.2 to 6.0.1
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.2 to 6.0.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/153407881ec5c347639a548ade7d8ad1d6740e38...a4f52f8033a6168103c2538976c07b467e8163bc)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-terraform-providers.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-terraform-providers.yml b/.github/workflows/update-terraform-providers.yml
index 108c0590d6bb..77486c722287 100644
--- a/.github/workflows/update-terraform-providers.yml
+++ b/.github/workflows/update-terraform-providers.yml
@@ -46,7 +46,7 @@ jobs:
         run: |
           git clean -f
       - name: create PR
-        uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
+        uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1
         with:
           body: |
             Automatic update by [update-terraform-providers](https://github.com/NixOS/nixpkgs/blob/master/.github/workflows/update-terraform-providers.yml) action.