diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-11-10 22:39:16 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-10 22:39:16 +0530 |
commit | 9562813939fe75c9ca43ceba1d92d930f766f768 (patch) | |
tree | aa38ff635fd7735d448a9badba6dd7918ac26080 /.github/workflows/deploy_github_releases.yml | |
parent | 7246154d97d7243830f53405a5c27c0fa60b69fd (diff) |
chore(deps): update mindsers/changelog-reader-action action to v2.2.1 (#2241)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/deploy_github_releases.yml')
-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 235f99f7..ce28f89b 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@v2.2.0 + uses: mindsers/changelog-reader-action@v2.2.1 with: version: ${{ github.ref }} path: ./CHANGELOG.md |