Skip to content

Commit 7dbf6ee

Browse files
authored
Merge pull request #13810 from owncloud/chore/use-whitelisted-calens-version
chore: use whitelisted calens version
2 parents eaa7d5c + 140ec50 commit 7dbf6ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: echo "version=$(echo '${{ github.ref_name }}' | sed 's/^v//' | cut -d- -f1)" >> "$GITHUB_OUTPUT"
5353

5454
- name: Generate release changelog
55-
uses: actionhippie/calens@0b8ceba55a72f5ef8b7d910698fcd28be8bb8c19 # v1.13.4
55+
uses: actionhippie/calens@47874e094545538f669a17646e7963ceebdeed11 # v1.13.3
5656
with:
5757
version: ${{ steps.version.outputs.version }}
5858
target: ${{ env.CHANGELOG_PATH }}

0 commit comments

Comments
 (0)