Skip to content

Commit c318588

Browse files
committed
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 <[email protected]>
1 parent 731c25a commit c318588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/cache-update/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ runs:
148148
shell: bash
149149

150150
- name: Open Pull Request
151-
uses: vsoch/pull-request-action@50f22f6d146226ee6b73b7a001f26a3d4579f360 # 1.0.22
151+
uses: vsoch/pull-request-action@master
152152
if: ${{ env.OPEN_PULL_REQUEST == '1' }}
153153
env:
154154
GITHUB_TOKEN: ${{ inputs.token }}

0 commit comments

Comments
 (0)