diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 06477007..2e965202 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -25,7 +25,7 @@ jobs: token: ${{ secrets.GH_REPO_TOKEN }} # TODO: Switch to v3 with app credentials when GitHub apps are allowed to bypass status checks. https://github.com/orgs/community/discussions/43460 - - uses: myparcelnl/actions/setup-git-credentials@v2 + - uses: myparcelnl/actions/setup-git-credentials@v4 with: token: ${{ secrets.GH_REPO_TOKEN }}