diff --git a/.github/workflows/update-licence.yml b/.github/workflows/update-licence.yml index 8e0f3ae7d..37bf9712f 100644 --- a/.github/workflows/update-licence.yml +++ b/.github/workflows/update-licence.yml @@ -21,7 +21,7 @@ jobs: run: nox -s update-licence - name: Create Pull Request - uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 with: author: "always-on-duty[bot] <120557446+always-on-duty[bot]@users.noreply.github.com>" branch: task/update-licence diff --git a/.github/workflows/upgrade-locks.yml b/.github/workflows/upgrade-locks.yml index 65078e22e..84972280b 100644 --- a/.github/workflows/upgrade-locks.yml +++ b/.github/workflows/upgrade-locks.yml @@ -21,7 +21,7 @@ jobs: run: nox -s freeze-locks - name: Create Pull Request - uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 with: author: "always-on-duty[bot] <120557446+always-on-duty[bot]@users.noreply.github.com>" branch: task/upgrade-deps