Skip to content

Commit a7d0488

Browse files
authored
Merge pull request #5673 from mboersma/bump-changed-actions
chore(deps): bump tj-actions/changed-files to v46.0.5
2 parents ac1868f + 2881d3e commit a7d0488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030
- name: Get changed files
3131
id: changed-markdown-files
32-
uses: tj-actions/changed-files@3981e4f74104e7a4c67a835e1e5dd5d9eb0f0a57 # tag=v45.0.7
32+
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # tag=v46.0.5
3333
with:
3434
files: CHANGELOG/**.md
3535
- name: Get release version
@@ -123,4 +123,4 @@ jobs:
123123
draft: true
124124
files: out/*
125125
body_path: ${{ env.RELEASE_TAG }}.md
126-
tag_name: ${{ env.RELEASE_TAG }}
126+
tag_name: ${{ env.RELEASE_TAG }}

0 commit comments

Comments
 (0)