Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 0f016fc

Browse files
authored
Merge pull request #207 from umccr/dependabot/github_actions/dot-github/workflows/tj-actions/changed-files-41
Bump tj-actions/changed-files from 36 to 41 in /.github/workflows
2 parents ac8c76f + faafb29 commit 0f016fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check_changelog.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
# Get all file changes
2020
- name: Get All Changed Files
2121
id: get_all_changed_files
22-
uses: tj-actions/changed-files@v36
22+
uses: tj-actions/changed-files@v41
2323
# Get all changed in deploy directory
2424
- name: Get Deployment Changed Files
2525
id: get_deployment_changed_files
26-
uses: tj-actions/changed-files@v36
26+
uses: tj-actions/changed-files@v41
2727
with:
2828
files: deploy/*
2929
# List all changed files

0 commit comments

Comments
 (0)