Skip to content

Commit 916d261

Browse files
committed
chore: update workflows config.
1 parent 6e26c2f commit 916d261

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Create Tag
2727
id: create_tag
28-
uses: jaywcjlove/create-tag-action@v1.3.6
28+
uses: jaywcjlove/create-tag-action@main
2929
with:
3030
package-path: ./package.json
3131

@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Generate Changelog
4242
id: changelog
43-
uses: jaywcjlove/changelog-generator@v1.5.3
43+
uses: jaywcjlove/changelog-generator@main
4444
with:
4545
token: ${{ secrets.GITHUB_TOKEN }}
4646
filter-author: (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)

0 commit comments

Comments
 (0)