diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-07-04 09:03:32 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-04 09:03:32 +0530 |
commit | 49dd2cbfc203d11172615f19fd6dd1d79a6eb6e4 (patch) | |
tree | ddc63a29e0513e7223a944f12c7241e93635df87 /.github/workflows | |
parent | 384855b11c1eee2697fde868bfdfd92ab38f214b (diff) |
chore(deps): update mindsers/changelog-reader-action action to v2.1.1 (#1981)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-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 96b8db84..66ca9a56 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -83,7 +83,7 @@ jobs: - name: Get Changelog Entry id: changelog_reader - uses: mindsers/changelog-reader-action@v2.1.0 + uses: mindsers/changelog-reader-action@v2.1.1 with: version: ${{ github.ref }} path: ./CHANGELOG.md |