Skip to content

Commit 044e95e

Browse files
build(deps): bump tj-actions/changed-files
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 2d752abc95ba0255af33a2b4d5de03df3954cdf2 to 6da3c88b60ebf09464ada9b06fba5b6f2d34bb94. - [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@2d752ab...6da3c88) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 6da3c88b60ebf09464ada9b06fba5b6f2d34bb94 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 91df299 commit 044e95e

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd
12-
- uses: tj-actions/changed-files@2d752abc95ba0255af33a2b4d5de03df3954cdf2
12+
- uses: tj-actions/changed-files@6da3c88b60ebf09464ada9b06fba5b6f2d34bb94
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd
3030
- id: tag
3131
run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT"
32-
- uses: tj-actions/changed-files@2d752abc95ba0255af33a2b4d5de03df3954cdf2
32+
- uses: tj-actions/changed-files@6da3c88b60ebf09464ada9b06fba5b6f2d34bb94
3333
id: core
3434
with:
3535
files: |

0 commit comments

Comments
 (0)