Skip to content

Commit af064c8

Browse files
build(deps): bump tj-actions/changed-files (#14271)
--- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: a0370f61698fcac830a08949da9fdf96ea0f3ab7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent abe4dfa commit af064c8

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@11bd71901bbe5b1630ceea73d27597364c9af683
12-
- uses: tj-actions/changed-files@055970845dd036d7345da7399b7e89f2e10f2b04
12+
- uses: tj-actions/changed-files@a0370f61698fcac830a08949da9fdf96ea0f3ab7
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@055970845dd036d7345da7399b7e89f2e10f2b04
32+
- uses: tj-actions/changed-files@a0370f61698fcac830a08949da9fdf96ea0f3ab7
3333
id: core
3434
with:
3535
files: |

0 commit comments

Comments
 (0)