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 v2.4 (#1752)

* pin heinrichreimer/github-changelog-generator-actio to latest released version

Signed-off-by: Andre Baptista Aguas <andre.aguas@protonmail.com>

---------

Signed-off-by: Andre Baptista Aguas <andre.aguas@protonmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andre Baptista Aguas <andre.aguas@protonmail.com>
  • Loading branch information
renovate[bot] and abaguas authored Oct 15, 2024
1 parent b8f00ee commit ed71a65
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
- uses: heinrichreimer/github-changelog-generator-action@981f332491452b16b2127a8bbe19358fdde7e60d
- uses: heinrichreimer/github-changelog-generator-action@e60b5a2bd9fcd88dadf6345ff8327863fb8b490f # v2.4
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@6653241a44afb59146f719f322005de49a5c3b38
- uses: heinrichreimer/github-changelog-generator-action@e60b5a2bd9fcd88dadf6345ff8327863fb8b490f # v2.4
with:
token: ${{ secrets.CHANGELOG_GH_TOKEN }}
project: k8gb
Expand Down

0 comments on commit ed71a65

Please sign in to comment.