Skip to content

Commit 1590fb6

Browse files
authored
ci(autoupdate): use coatl-dev/actions@v5 (#1)
1 parent 62a35b1 commit 1590fb6

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/autoupdate.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,32 @@ jobs:
1515
token: ${{ secrets.COATL_BOT_GH_TOKEN }}
1616

1717
- name: Upgrade build/2.7/requirements.txt
18-
uses: coatl-dev/actions/pip-compile-upgrade@v4
18+
uses: coatl-dev/actions/pip-compile-upgrade@v5
1919
with:
2020
path: requirements.txt
21-
python-version: '2.7'
2221
working-directory: build/2.7
2322

2423
- name: Upgrade build/3.12/requirements.txt
25-
uses: coatl-dev/actions/uv-pip-compile-upgrade@v4
24+
uses: coatl-dev/actions/uv-pip-compile-upgrade@v5
2625
with:
2726
path: requirements.txt
2827
python-version: '3.12'
2928
working-directory: build/3.12
3029

3130
- name: Upgrade pip-tools/2.7/requirements.txt
32-
uses: coatl-dev/actions/pip-compile-upgrade@v4
31+
uses: coatl-dev/actions/pip-compile-upgrade@v5
3332
with:
3433
path: requirements/tools.txt
35-
python-version: '2.7'
3634
working-directory: build/2.7
3735

3836
- name: Detect changes
3937
id: git-diff
40-
uses: coatl-dev/actions/simple-git-diff@v4
38+
uses: coatl-dev/actions/simple-git-diff@v5
4139

4240
- name: Import GPG key
4341
if: ${{ steps.git-diff.outputs.diff == 'true' }}
4442
id: gpg-import
45-
uses: coatl-dev/actions/gpg-import@v4
43+
uses: coatl-dev/actions/gpg-import@v5
4644
with:
4745
passphrase: ${{ secrets.COATL_BOT_GPG_PASSPHRASE }}
4846
private-key: ${{ secrets.COATL_BOT_GPG_PRIVATE_KEY }}
@@ -57,6 +55,6 @@ jobs:
5755
5856
- name: Create pull request
5957
if: ${{ steps.git-diff.outputs.diff == 'true' }}
60-
uses: coatl-dev/actions/pr-create@v4
58+
uses: coatl-dev/actions/pr-create@v5
6159
with:
6260
gh-token: ${{ secrets.COATL_BOT_GH_TOKEN }}

0 commit comments

Comments
 (0)