User: joe Date: 16 Jan 24 23:11 Revision: 5b1d2e52b0cfc8dd47322df3881e8da22743dc33 Summary: Update pr-target-branch-action to v2.1 TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=8994&personal=false Index: .github/workflows/pr_check_target_branch.yml =================================================================== --- .github/workflows/pr_check_target_branch.yml (revision 59677b86ece5864084819bbbe3c616636e9d37f8) +++ .github/workflows/pr_check_target_branch.yml (revision 5b1d2e52b0cfc8dd47322df3881e8da22743dc33) @@ -9,7 +9,7 @@ runs-on: ubuntu-latest steps: # Do not check out the repository here. See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ - - uses: Vankka/pr-target-branch-action@v2 + - uses: Vankka/pr-target-branch-action@v2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: