Skip to content

Commit 1d411cb

Browse files
build(deps): bump tj-actions/changed-files from 47.0.1 to 47.0.2
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 47.0.1 to 47.0.2. - [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@e002140...8cba46e) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 47.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b19547 commit 1d411cb

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: ${{ vars.LINKERD2_RUNNER || 'ubuntu-24.04' }}
1010
steps:
1111
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
12-
- uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891
12+
- uses: tj-actions/changed-files@8cba46e29c11878d930bca7870bb54394d3e8b21
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3030
- id: tag
3131
run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT"
32-
- uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891
32+
- uses: tj-actions/changed-files@8cba46e29c11878d930bca7870bb54394d3e8b21
3333
id: core
3434
with:
3535
files: |

0 commit comments

Comments
 (0)