Skip to content

Commit 1c3899a

Browse files
committed
👷 chore: ci file to update changelog was updated (#215)
1 parent 95b98f2 commit 1c3899a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-changelog.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
generate-changelog:
9-
runs-on: self-hosted
9+
runs-on: ubuntu-latest
1010

1111
permissions:
1212
contents: write
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Ruby
2222
uses: ruby/setup-ruby@v1
2323
with:
24-
ruby-version: 3.3
24+
ruby-version: 3.0
2525

2626
- name: Install github-changelog-generator
2727
run: |

0 commit comments

Comments
 (0)