diff --git a/.github/workflows/pr-for-updates.yaml b/.github/workflows/pr-for-updates.yaml index 47311c1..3b11f9a 100644 --- a/.github/workflows/pr-for-updates.yaml +++ b/.github/workflows/pr-for-updates.yaml @@ -18,7 +18,7 @@ jobs: echo "$PULL_REQUEST_BODY" >> $GITHUB_ENV echo "EOF" >> $GITHUB_ENV - name: pull-request-action - uses: vsoch/pull-request-action@1.1.0 + uses: vsoch/pull-request-action@1.1.1 env: GITHUB_TOKEN: ${{ secrets.token }} BRANCH_PREFIX: "update/" diff --git a/.github/workflows/update-dependent-repositories-gomod.yaml b/.github/workflows/update-dependent-repositories-gomod.yaml index 043d2df..e364fbf 100644 --- a/.github/workflows/update-dependent-repositories-gomod.yaml +++ b/.github/workflows/update-dependent-repositories-gomod.yaml @@ -46,7 +46,7 @@ jobs: repository: ${{ github.repository }} token: ${{ secrets.token }} - name: Find merged PR - uses: jwalton/gh-find-current-pr@v1.0.2 + uses: jwalton/gh-find-current-pr@v1.3.3 id: findPr with: sha: ${{ github.sha }} diff --git a/.github/workflows/update-deployments.yaml b/.github/workflows/update-deployments.yaml index ed97185..7255842 100644 --- a/.github/workflows/update-deployments.yaml +++ b/.github/workflows/update-deployments.yaml @@ -16,7 +16,7 @@ jobs: repository: ${{ github.repository }} token: ${{ secrets.token }} - name: Find merged PR - uses: jwalton/gh-find-current-pr@v1.0.2 + uses: jwalton/gh-find-current-pr@v1.3.3 id: findPr with: sha: ${{ github.sha }}