Browse Source

Merge pull request #178 from external-secrets/dependabot/github_actions/mikepenz/release-changelog-builder-action-1.8.2

chore(deps): bump mikepenz/release-changelog-builder-action from 1.8.1 to 1.8.2
paul-the-alien[bot] 4 years ago
parent
commit
9d2da563b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -30,7 +30,7 @@ jobs:
 
       - name: Build Changelog
         id: build_changelog
-        uses: mikepenz/release-changelog-builder-action@v1.8.1
+        uses: mikepenz/release-changelog-builder-action@v1.8.2
         with:
           configuration: "changelog.json"
           toTag: ${{ github.event.inputs.version }}