From c318588d8fd2b3676a8172580d07462e31d1e9c2 Mon Sep 17 00:00:00 2001 From: vsoch Date: Thu, 7 Dec 2023 20:14:58 -0700 Subject: [PATCH] update pull request action t master branch the alpine base image of the previous action now does not allow install with pip unless it is in a venv Signed-off-by: vsoch --- actions/cache-update/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/cache-update/action.yaml b/actions/cache-update/action.yaml index e19f45b5e..f19d7b9b1 100644 --- a/actions/cache-update/action.yaml +++ b/actions/cache-update/action.yaml @@ -148,7 +148,7 @@ runs: shell: bash - name: Open Pull Request - uses: vsoch/pull-request-action@50f22f6d146226ee6b73b7a001f26a3d4579f360 # 1.0.22 + uses: vsoch/pull-request-action@master if: ${{ env.OPEN_PULL_REQUEST == '1' }} env: GITHUB_TOKEN: ${{ inputs.token }}