Skip to content

Commit a4b8abc

Browse files
committed
ci: update workflows config.
1 parent 996e0e9 commit a4b8abc

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# These are supported funding model platforms
2-
3-
github: [jaywcjlove]
4-
patreon: # Replace with a single Patreon username
5-
open_collective: # Replace with a single Open Collective username
6-
ko_fi: # Replace with a single Ko-fi username
7-
tidelift: #npm/kkt
8-
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9-
custom: # https://jaywcjlove.github.io/sponsor.html
1+
ko_fi: jaywcjlove
2+
buy_me_a_coffee: jaywcjlove
3+
custom: ["https://www.paypal.me/kennyiseeyou", "https://jaywcjlove.github.io/#/sponsor"]

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
windows:
1111
runs-on: windows-latest
1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-node@v3
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 18
1717

@@ -33,8 +33,8 @@ jobs:
3333
contents: write
3434
id-token: write
3535
steps:
36-
- uses: actions/checkout@v3
37-
- uses: actions/setup-node@v3
36+
- uses: actions/checkout@v4
37+
- uses: actions/setup-node@v4
3838
with:
3939
node-version: 18
4040
registry-url: 'https://registry.npmjs.org'
@@ -71,7 +71,7 @@ jobs:
7171
uses: jaywcjlove/changelog-generator@main
7272

7373
- name: Deploy
74-
uses: peaceiris/actions-gh-pages@v3
74+
uses: peaceiris/actions-gh-pages@v4
7575
with:
7676
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
7777
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -91,6 +91,7 @@ jobs:
9191
if: steps.create_tag.outputs.successful
9292
with:
9393
token: ${{ secrets.GITHUB_TOKEN }}
94+
allowUpdates: true
9495
name: ${{ steps.changelog.outputs.tag }}
9596
tag: ${{ steps.changelog.outputs.tag }}
9697
body: |

0 commit comments

Comments
 (0)