diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index 4ef5ee7..4a26e6d 100644 --- a/.github/workflows/dependency-updates.yml +++ b/.github/workflows/dependency-updates.yml @@ -47,7 +47,7 @@ jobs: - name: Create Pull Request if: env.changes == 'true' - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.PAT }} branch: "update/${{ env.date }}"