Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tj-actions/changed-files from 40 to 41 #91

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump tj-actions/changed-files from 40 to 41
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40 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@v40...v41)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Dec 25, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit a279715b4a8d193db8983dc13433b0c301c8ef6e
4 changes: 2 additions & 2 deletions .github/workflows/terraform.integration.yaml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ jobs:

- name: Get Changed Files
id: changed-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: |
modules/**
@@ -40,7 +40,7 @@ jobs:

- name: Get Changed Directories
id: changed-directories
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: |
modules/**
2 changes: 1 addition & 1 deletion .github/workflows/yaml.integration.yaml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:

- name: Get Changed Files
id: changed-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: |
**/*.yaml