Skip to content

Commit a5748ab

Browse files
build(deps): bump tj-actions/changed-files
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 212f9a7760ad2b8eb511185b841f3725a62c2ae0 to d03a93c0dbfac6d6dd6a0d8a5e7daff992b07449. - [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@212f9a7...d03a93c) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: d03a93c0dbfac6d6dd6a0d8a5e7daff992b07449 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 575de34 commit a5748ab

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
12-
- uses: tj-actions/changed-files@212f9a7760ad2b8eb511185b841f3725a62c2ae0
12+
- uses: tj-actions/changed-files@d03a93c0dbfac6d6dd6a0d8a5e7daff992b07449
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
3030
- id: tag
3131
run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT"
32-
- uses: tj-actions/changed-files@212f9a7760ad2b8eb511185b841f3725a62c2ae0
32+
- uses: tj-actions/changed-files@d03a93c0dbfac6d6dd6a0d8a5e7daff992b07449
3333
id: core
3434
with:
3535
files: |

0 commit comments

Comments
 (0)