From 786e63acb1482f7ce92f412e53a98e2851f17562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 15:27:35 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files from 35.5.6 to 35.6.1 (#50) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35.5.6 to 35.6.1.
Release notes

Sourced from tj-actions/changed-files's releases.

v35.6.1

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v35...v35.6.1

v35.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/tj-actions/changed-files/compare/v35...v35.6.0

Changelog

Sourced from tj-actions/changed-files's changelog.

Changelog

v35 (2023-02-28)

Full Changelog

v35.6.1 (2023-02-28)

Full Changelog

Implemented enhancements:

Merged pull requests:

v35.6.0 (2023-02-26)

Full Changelog

Fixed bugs:

Merged pull requests:

v35.5.6 (2023-02-20)

Full Changelog

Implemented enhancements:

Closed issues:

Merged pull requests:

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tj-actions/changed-files&package-manager=github_actions&previous-version=35.5.6&new-version=35.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/get-terraform-dir.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/get-terraform-dir.yaml b/.github/workflows/get-terraform-dir.yaml index f82f29d..c478ed4 100644 --- a/.github/workflows/get-terraform-dir.yaml +++ b/.github/workflows/get-terraform-dir.yaml @@ -26,7 +26,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@23e3c4300cb904a9d9c36fc2df4111a2fa9b9ff1 # v35.5.6 + uses: tj-actions/changed-files@04124efe7560d15e11ea2ba96c0df2989f68f1f4 # v35.6.1 - name: List all changed files run: | @@ -37,7 +37,7 @@ jobs: # Find the directory where files have been changed. - name: Get terraform directory id: changed-dir - uses: tj-actions/changed-files@23e3c4300cb904a9d9c36fc2df4111a2fa9b9ff1 # v35.5.6 + uses: tj-actions/changed-files@04124efe7560d15e11ea2ba96c0df2989f68f1f4 # v35.6.1 # Step fails if nothing found. continue-on-error: true # Allows workflow to proceed if no files found with: