Skip to content

Commit b0a6ea0

Browse files
build(deps): bump tj-actions/changed-files from 45.0.5 to 45.0.6 (#13531)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.5 to 45.0.6. - [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@bab30c2...d6e91a2) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f45d397 commit b0a6ea0

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-22.04
1010
steps:
1111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
12-
- uses: tj-actions/changed-files@bab30c2299617f6615ec02a68b9a40d10bd21366
12+
- uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f
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
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2929
- id: tag
3030
run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT"
31-
- uses: tj-actions/changed-files@bab30c2299617f6615ec02a68b9a40d10bd21366
31+
- uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f
3232
id: core
3333
with:
3434
files: |

0 commit comments

Comments
 (0)