File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -16,25 +16,30 @@ jobs:
16
16
packages : write
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v3
20
- - uses : abatilo/actions-poetry@v2.1.6
21
- - uses : UWIT-IAM/actions/configure-gcloud-docker@0.1
19
+ - uses : actions/checkout@v4
20
+ - name : Initialize Poetry & jq
21
+ uses : uwit-iam/action-setup-poetry-project@main
22
22
with :
23
- gcloud-token : ${{ secrets.GCR_TOKEN }}
24
- - run : sudo apt-get -y install jq
23
+ credentials : " ${{ secrets.MCI_GCLOUD_AUTH_JSON }}"
24
+ enable_private_docker : true
25
+ - run : |
26
+ sudo apt-get -y install jq
27
+
25
28
- run : poetry update --lock
26
29
id : poetry-update
30
+
27
31
- run : poetry run tox
28
32
name : Validate dependency updates
33
+
29
34
- name : Create Pull Request
30
35
uses : peter-evans/create-pull-request@v3.14.0
31
36
with :
32
37
add-paths : poetry.lock
33
38
commit-message : ${{ env.message }}
34
39
delete-branch : true
35
40
title : ${{ env.message }}
36
- assignees : goulter,jdiverp
37
- reviewers : goulter,jdiverp
41
+ assignees : soufianerafik
42
+ reviewers : soufianerafik
38
43
labels : semver-guidance:patch
39
44
env :
40
45
message : ' [bot] patch dependencies'
You can’t perform that action at this time.
0 commit comments