Skip to content

Commit 8542975

Browse files
chore: update CI with the latest actions version
1 parent cf1314a commit 8542975

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release_package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
# Update changelog unreleased section with new version
6464
- name: Update changelog
65-
uses: superfaceai/release-changelog-action@v1
65+
uses: superfaceai/release-changelog-action@v2
6666
with:
6767
path-to-changelog: CHANGELOG.md
6868
version: ${{ env.NEW_VERSION }}
@@ -92,15 +92,15 @@ jobs:
9292
# Read version changelog
9393
- id: get-changelog
9494
name: Get version changelog
95-
uses: superfaceai/release-changelog-action@v1
95+
uses: superfaceai/release-changelog-action@v2
9696
with:
9797
path-to-changelog: CHANGELOG.md
9898
version: ${{ env.NEW_VERSION }}
9999
operation: read
100100

101101
# Update GitHub release with changelog
102102
- name: Update GitHub release documentation
103-
uses: softprops/action-gh-release@v1
103+
uses: softprops/action-gh-release@v2
104104
with:
105105
tag_name: ${{ env.NEW_VERSION }}
106106
body: ${{ steps.get-changelog.outputs.changelog }}

0 commit comments

Comments
 (0)