Skip to content

Commit c66bcc9

Browse files
ci(deps): bump coatl-dev/actions from 3 to 4 (#35)
Bumps [coatl-dev/actions](https://github.com/coatl-dev/actions) from 3 to 4. - [Release notes](https://github.com/coatl-dev/actions/releases) - [Changelog](https://github.com/coatl-dev/actions/blob/coatl/CHANGELOG.md) - [Commits](coatl-dev/actions@v3...v4) --- updated-dependencies: - dependency-name: coatl-dev/actions dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 329a6e9 commit c66bcc9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/autoupdate.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
sed -i "s/3\.13\.[0-9]\+\([-a-z]*\)/$python_version\1/g" README.md
3737
3838
- name: Update requirements
39-
uses: coatl-dev/actions/pip-compile@v3
39+
uses: coatl-dev/actions/pip-compile@v4
4040
with:
4141
path: requirements/3.12
4242
python-version: '3.12'
4343

4444
- name: Update requirements
45-
uses: coatl-dev/actions/pip-compile@v3
45+
uses: coatl-dev/actions/pip-compile@v4
4646
with:
4747
path: requirements/3.13
4848
python-version: '3.13'
@@ -63,12 +63,12 @@ jobs:
6363
6464
- name: Detect changes
6565
id: git-diff
66-
uses: coatl-dev/actions/simple-git-diff@v3
66+
uses: coatl-dev/actions/simple-git-diff@v4
6767

6868
- name: Import GPG key
6969
if: ${{ steps.git-diff.outputs.diff == 'true' }}
7070
id: gpg-import
71-
uses: coatl-dev/actions/gpg-import@v3
71+
uses: coatl-dev/actions/gpg-import@v4
7272
with:
7373
passphrase: ${{ secrets.COATL_BOT_GPG_PASSPHRASE }}
7474
private-key: ${{ secrets.COATL_BOT_GPG_PRIVATE_KEY }}
@@ -83,6 +83,6 @@ jobs:
8383
8484
- name: Create Pull Request
8585
if: ${{ steps.git-diff.outputs.diff == 'true' }}
86-
uses: coatl-dev/actions/pr-create@v3
86+
uses: coatl-dev/actions/pr-create@v4
8787
with:
8888
gh-token: ${{ secrets.COATL_BOT_GH_TOKEN }}

0 commit comments

Comments
 (0)