Skip to content

Commit a8922cb

Browse files
authored
Merge branch 'main' into update-changeset-scope
2 parents f5ba144 + 337c796 commit a8922cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/library-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
git push --follow-tags
5151
- name: Read changelog updates
5252
id: read-changelog
53-
uses: actions/github-script@v7.0.1
53+
uses: actions/github-script@v8.0.0
5454
env:
5555
version: "${{ steps.package-version.outputs.current-version }}"
5656
path: ./CHANGELOG.md
@@ -59,7 +59,7 @@ jobs:
5959
const readChangelog = require('./.github/workflows/scripts/readChangelog.js');
6060
readChangelog({ github, context, core });
6161
- name: Create release
62-
uses: softprops/action-gh-release@v2.3.2
62+
uses: softprops/action-gh-release@v2.3.3
6363
with:
6464
prerelease: false
6565
tag_name: "v${{ steps.package-version.outputs.current-version}}"

0 commit comments

Comments
 (0)