diff --git a/.github/workflows/init.yml b/.github/workflows/init.yml index 898dfe9a..9a317ef9 100644 --- a/.github/workflows/init.yml +++ b/.github/workflows/init.yml @@ -59,7 +59,7 @@ jobs: - name: (upstream) Create PR # no-op if no commits were made - uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 with: path: upstream push-to-fork: ${{ env.UPSTREAM }} @@ -108,7 +108,7 @@ jobs: - name: (downstream) Create PR # no-op if no commits were made - uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 with: path: downstream push-to-fork: ${{ env.DOWNSTREAM }} diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 926d69ee..0ce543ae 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -75,7 +75,7 @@ jobs: - if: github.event.comment.body != '@conda-bot render' id: create # no-op if no commits were made - uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 with: push-to-fork: ${{ env.FORK }} token: ${{ secrets.SYNC_TOKEN }}