Skip to content

Commit 34aa6ee

Browse files
committed
ci: update workflows config.
1 parent a92e818 commit 34aa6ee

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

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

77
jobs:
88
Build:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212

1313
- run: mkdir website
1414

@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: get tag version
3030
id: tag_version
31-
uses: jaywcjlove/changelog-generator@v1.5.0
31+
uses: jaywcjlove/changelog-generator@main
3232

3333
- name: Deploy
3434
uses: peaceiris/actions-gh-pages@v3

.github/workflows/tag.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
- v*
66
jobs:
77
build-deploy:
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111

1212
- run: mkdir website
1313

@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: get tag version
2929
id: tag_version
30-
uses: jaywcjlove/changelog-generator@v1.5.0
30+
uses: jaywcjlove/changelog-generator@main
3131

3232
- name: Deploy
3333
uses: peaceiris/actions-gh-pages@v3
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Generate changelog
4040
id: changelog
41-
uses: jaywcjlove/changelog-generator@v1.5.0
41+
uses: jaywcjlove/changelog-generator@main
4242
with:
4343
filter-author: (小弟调调™)
4444
filter: (^[\s]+?[R|r]elease)|(^[R|r]elease)

0 commit comments

Comments
 (0)