Skip to content

Commit

Permalink
chore(deps): update heinrichreimer/github-changelog-generator-action …
Browse files Browse the repository at this point in the history
…digest to 6653241 (#1076)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 10, 2023
1 parent ab5d20b commit 81d9b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
fetch-depth: 0
- uses: heinrichreimer/github-changelog-generator-action@6f5b9494dd265d6fb7243a10c53dc0169c55f247
- uses: heinrichreimer/github-changelog-generator-action@6653241a44afb59146f719f322005de49a5c3b38
with:
token: ${{ secrets.CR_TOKEN }}
project: k8gb
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
previous_tag=$(git tag --sort=v:refname | tail -2 | head -1)
echo "previous_tag=${previous_tag}" >> $GITHUB_ENV
- uses: heinrichreimer/github-changelog-generator-action@854576bb5274851427527d8199fba0061552dff5
- uses: heinrichreimer/github-changelog-generator-action@6653241a44afb59146f719f322005de49a5c3b38
with:
token: ${{ secrets.CHANGELOG_GH_TOKEN }}
project: k8gb
Expand Down

0 comments on commit 81d9b17

Please sign in to comment.