Skip to content

Commit 4019ae9

Browse files
Slokhampagent
andauthored
chore: update changelogs action pin to 04ccca8 (#337)
Co-authored-by: Amp <amp@ampcode.com>
1 parent 6c9ea8f commit 4019ae9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
ref: ${{ github.head_ref }}
2020
fetch-depth: 0
21-
- uses: tempoxyz/changelogs/check@810f56d0b08bc0ffb04287c7749cd4c91d255f38 # changelogs@0.6.2 + stricter version matching
21+
- uses: tempoxyz/changelogs/check@04ccca87f4785039ced6da0fff27ba29c0dd9f5c # changelogs@0.6.3 + unified PR title + install from source
2222

2323
generate:
2424
if: >-

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Configure git auth
2828
run: git config --global url."https://x-access-token:${{ secrets.GH_PAT }}@github.com/".insteadOf "https://github.com/"
2929

30-
- uses: tempoxyz/changelogs@810f56d0b08bc0ffb04287c7749cd4c91d255f38 # changelogs@0.6.2 + stricter version matching
30+
- uses: tempoxyz/changelogs@04ccca87f4785039ced6da0fff27ba29c0dd9f5c # changelogs@0.6.3 + unified PR title + install from source
3131
id: changelogs
3232
with:
3333
conventional-commit: true

0 commit comments

Comments
 (0)