diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-03-11 07:13:36 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-11 01:43:36 +0000 |
commit | 40fa6c981a05b471314c3f21a930917c5768303a (patch) | |
tree | bd69855cc1421370a9d7dca0c57062b64b08cc9d /.github | |
parent | 33d81a14884adda8141b6c5ae99e401d2ca0d1a1 (diff) |
chore(deps): update mindsers/changelog-reader-action action to v2.2.3 (#2947)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/deploy_github_releases.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml index c223c5d1..aa6cfb87 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -84,7 +84,7 @@ jobs: - name: Get Changelog Entry id: changelog_reader - uses: mindsers/changelog-reader-action@b97ce03a10d9bdbb07beb491c76a5a01d78cd3ef # v2.2.2 + uses: mindsers/changelog-reader-action@32aa5b4c155d76c94e4ec883a223c947b2f02656 # v2.2.3 with: version: ${{ github.ref }} path: ./CHANGELOG.md |