File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ jobs:
36
36
sed -i "s/3\.13\.[0-9]\+\([-a-z]*\)/$python_version\1/g" README.md
37
37
38
38
- name : Update requirements
39
- uses : coatl-dev/actions/pip-compile@v3
39
+ uses : coatl-dev/actions/pip-compile@v4
40
40
with :
41
41
path : requirements/3.12
42
42
python-version : ' 3.12'
43
43
44
44
- name : Update requirements
45
- uses : coatl-dev/actions/pip-compile@v3
45
+ uses : coatl-dev/actions/pip-compile@v4
46
46
with :
47
47
path : requirements/3.13
48
48
python-version : ' 3.13'
@@ -63,12 +63,12 @@ jobs:
63
63
64
64
- name : Detect changes
65
65
id : git-diff
66
- uses : coatl-dev/actions/simple-git-diff@v3
66
+ uses : coatl-dev/actions/simple-git-diff@v4
67
67
68
68
- name : Import GPG key
69
69
if : ${{ steps.git-diff.outputs.diff == 'true' }}
70
70
id : gpg-import
71
- uses : coatl-dev/actions/gpg-import@v3
71
+ uses : coatl-dev/actions/gpg-import@v4
72
72
with :
73
73
passphrase : ${{ secrets.COATL_BOT_GPG_PASSPHRASE }}
74
74
private-key : ${{ secrets.COATL_BOT_GPG_PRIVATE_KEY }}
83
83
84
84
- name : Create Pull Request
85
85
if : ${{ steps.git-diff.outputs.diff == 'true' }}
86
- uses : coatl-dev/actions/pr-create@v3
86
+ uses : coatl-dev/actions/pr-create@v4
87
87
with :
88
88
gh-token : ${{ secrets.COATL_BOT_GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments