Bump tj-actions/changed-files from 39 to 46 in /.github/workflows#549
Merged
sysrex merged 3 commits intoMay 21, 2026
Conversation
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39 to 46. - [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@v39...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '46' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Actions workflows that gate gentx/genesis validation to use a newer major release of tj-actions/changed-files, which is used to detect whether relevant files changed in a PR.
Changes:
- Bump
tj-actions/changed-filesfromv39tov46in the gentx validation workflow. - Bump
tj-actions/changed-filesfromv39tov46in the genesis validation workflow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .github/workflows/validate-gentx.yml | Updates the changed-files action version used to detect modified gentx JSON files. |
| .github/workflows/validate-genesis.yml | Updates the changed-files action version used to detect modified genesis.json files. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
| - name: Check for Genesis file changes | ||
| id: changed-genesis-files | ||
| uses: tj-actions/changed-files@v39 | ||
| uses: tj-actions/changed-files@v46.0.5 |
| - name: Get changed gentx files | ||
| id: changed-files | ||
| uses: tj-actions/changed-files@v39 | ||
| uses: tj-actions/changed-files@v46.0.5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps tj-actions/changed-files from 39 to 46.
Release notes
Sourced from tj-actions/changed-files's releases.
... (truncated)
Changelog
Sourced from tj-actions/changed-files's changelog.
... (truncated)
Commits
ed68ef8chore(deps): bump yaml from 2.7.0 to 2.7.1 (#2520)a7bc14bchore(deps-dev): bump typescript from 5.8.2 to 5.8.3 (#2516)3d751f6chore(deps-dev): bump@types/nodefrom 22.13.11 to 22.14.0 (#2517)e2fda4echore(deps-dev): bump eslint-plugin-prettier from 5.2.3 to 5.2.6 (#2519)0bed1b1chore(deps-dev): bump ts-jest from 29.2.6 to 29.3.1 (#2518)6802458chore(deps): bump github/codeql-action from 3.28.12 to 3.28.15 (#2530)cf2e39echore(deps): bump tj-actions/branch-names from 8.0.1 to 8.1.0 (#2521)6abeaa5chore(deps): bump tj-actions/verify-changed-files from 20.0.1 to 20.0.4 (#2523)6f67ee9Upgraded to v46.0.4 (#2511)6cb76d0fix: bug modified_keys and changed_key outputs not set when no changes detect...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.