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

Commit

Permalink
Bump tj-actions/changed-files from 36 to 41 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 36 to 41.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v36...v41)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent ac8c76f commit faafb29
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 faafb29

Please sign in to comment.