diff --git a/.github/workflows/watch-dependencies.yml b/.github/workflows/watch-dependencies.yml index a624299..7d4c798 100644 --- a/.github/workflows/watch-dependencies.yml +++ b/.github/workflows/watch-dependencies.yml @@ -59,7 +59,7 @@ jobs: # ref: https://github.com/peter-evans/create-pull-request - name: Create a PR - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: "${{ secrets.DASK_BOT_TOKEN }}" branch: update-dask-version @@ -129,7 +129,7 @@ jobs: # ref: https://github.com/peter-evans/create-pull-request - name: Create a PR - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: "${{ secrets.DASK_BOT_TOKEN }}" branch: update-singleuser-image @@ -189,7 +189,7 @@ jobs: # ref: https://github.com/peter-evans/create-pull-request - name: Create a PR - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: "${{ secrets.DASK_BOT_TOKEN }}" branch: update-chart-dep-${{ matrix.chart_dep_name }}