diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-11-23 21:44:39 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-23 21:44:39 +0530 |
commit | b2f6fde7035a029185a0ce94ce64d86a730e10b7 (patch) | |
tree | 457d21ae6c47435f5f02bbe5058e103b579e1d37 /.github | |
parent | b17166ecc50992041d7922b0fb6908e7cb7e77b1 (diff) |
chore(deps): update mindsers/changelog-reader-action action to v2.2.2 (#2269)
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 ba98f68f..f1bf6110 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@8f405204c383ffc2ff8646e9ae4daf7aa3a8b213 # v2.2.1 + uses: mindsers/changelog-reader-action@b97ce03a10d9bdbb07beb491c76a5a01d78cd3ef # v2.2.2 with: version: ${{ github.ref }} path: ./CHANGELOG.md |