Skip to content

Commit

Permalink
Merge pull request #207 from umccr/dependabot/github_actions/dot-gith…
Browse files Browse the repository at this point in the history
…ub/workflows/tj-actions/changed-files-41

Bump tj-actions/changed-files from 36 to 41 in /.github/workflows
  • Loading branch information
alexiswl authored Jan 4, 2024
2 parents ac8c76f + faafb29 commit 0f016fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
# Get all file changes
- name: Get All Changed Files
id: get_all_changed_files
uses: tj-actions/changed-files@v36
uses: tj-actions/changed-files@v41
# Get all changed in deploy directory
- name: Get Deployment Changed Files
id: get_deployment_changed_files
uses: tj-actions/changed-files@v36
uses: tj-actions/changed-files@v41
with:
files: deploy/*
# List all changed files
Expand Down

0 comments on commit 0f016fc

Please sign in to comment.