mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-09 15:28:40 +00:00
ci: upgrade semantic-release-action
Signed-off-by: Edward Z. Yang <ezyang@meta.com>
This commit is contained in:
parent
ec92490139
commit
0f0fd36896
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -16,10 +16,10 @@ jobs:
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: 5.5
|
||||
php-version: 8.2
|
||||
|
||||
- name: Run automated release process with semantic-release
|
||||
uses: cycjimmy/semantic-release-action@v2
|
||||
uses: cycjimmy/semantic-release-action@v4
|
||||
with:
|
||||
extra_plugins: |
|
||||
@semantic-release/changelog
|
||||
|
Loading…
Reference in New Issue
Block a user