Skip to content

Commit 940f76f

Browse files
build(deps): bump tj-actions/changed-files (#14045)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 480f49412651059a414a6a5c96887abb1877de8a to 403a8a6fd188648f8a5adab2047d8eab5c0a4b34. - [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@480f494...403a8a6) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 403a8a6fd188648f8a5adab2047d8eab5c0a4b34 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e5ef8e commit 940f76f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
12-
- uses: tj-actions/changed-files@480f49412651059a414a6a5c96887abb1877de8a
12+
- uses: tj-actions/changed-files@403a8a6fd188648f8a5adab2047d8eab5c0a4b34
1313
id: changed
1414
with:
1515
files: |

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3030
- id: tag
3131
run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT"
32-
- uses: tj-actions/changed-files@480f49412651059a414a6a5c96887abb1877de8a
32+
- uses: tj-actions/changed-files@403a8a6fd188648f8a5adab2047d8eab5c0a4b34
3333
id: core
3434
with:
3535
files: |

0 commit comments

Comments
 (0)