Skip to content

Commit 2706fe0

Browse files
committed
chore: update workflows config.
1 parent c1d6453 commit 2706fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Generate Changelog
8888
id: changelog
89-
uses: jaywcjlove/changelog-generator@v1.5.7
89+
uses: jaywcjlove/changelog-generator@main
9090
with:
9191
head-ref: ${{steps.create_tag.outputs.version}}
9292
filter-author: (renovate-bot|Renovate Bot)

0 commit comments

Comments
 (0)