Skip to content

Commit 188ed6d

Browse files
committed
CI: Bump mindsers/changelog-reader-action from v2.0.0 to v2
Fixes NodeJS deprecation warnings from GHA. And will eventually fix `set-output` deprecation warnings as well.
1 parent 3b0fbec commit 188ed6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cargo-publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
steps:
1414
- name: Read changelog
1515
id: changelog-reader
16-
uses: mindsers/changelog-reader-action@v2.0.0
16+
uses: mindsers/changelog-reader-action@v2
1717
with:
1818
# validation_depth: 10
1919
version: ${{ (github.ref_type == 'tag' && !contains(github.ref_name, '-') && github.ref_name) || 'Unreleased' }}

0 commit comments

Comments
 (0)