Skip to content

Commit

Permalink
Bump versions of workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ddieruf committed Aug 21, 2023
1 parent 5faa6b4 commit 925a370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:

- name: Get current package version
id: package_version
uses: martinbeentjes/npm-get-version-action@v1.1.0
uses: martinbeentjes/npm-get-version-action@v1.3.1

- name: Check version is mentioned in Changelog
uses: mindsers/changelog-reader-action@v2.0.0
uses: mindsers/changelog-reader-action@v2.2.2
with:
version: ${{ steps.package_version.outputs.current-version }}
path: 'CHANGELOG.md'
Expand Down

0 comments on commit 925a370

Please sign in to comment.