Skip to content

Commit 095f2ce

Browse files
committed
Release branch
1 parent 733a199 commit 095f2ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/changelog.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
run: echo ::set-output name=version::${GITHUB_REF#refs/heads/release/}
1919

2020
- name: Update changelog
21-
uses: thomaseizinger/keep-a-changelog-new-release@v2
21+
uses: thomaseizinger/keep-a-changelog-new-release@9382551541c7cb4b84db90fddcbec69bf2744335
2222
with:
2323
tag: ${{ steps.parse_version.outputs.version }}
2424

2525
# Has write access to the repository, so pinning to a specific commit
26-
- uses: EndBug/add-and-commit@a94899b
26+
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5
2727
with:
2828
message: "Update changelog for ${{ steps.parse_version.outputs.version }}"
2929
committer_name: GitHub Actions

0 commit comments

Comments
 (0)