From 813e19032b4dde904a7e506dbbd17748b32c84ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 09:49:01 -0600 Subject: [PATCH] Bump tj-actions/changed-files from 35.4.0 to 35.4.1 (#314) 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.4.0 to 35.4.1.
Release notes

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

v35.4.1

What's Changed

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

Changelog

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

Changelog

Unreleased

Full Changelog

Fixed bugs:

v35.4.1 (2023-01-11)

Full Changelog

v35 (2023-01-11)

Full Changelog

Implemented enhancements:

Merged pull requests:

v35.4.0 (2023-01-05)

Full Changelog

Implemented enhancements:

Fixed bugs:

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.4.0&new-version=35.4.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/ci.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ccf16254..f5dbb8a63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: workflow-id: 'ci.yml' - name: Get changed files id: changed-files - uses: tj-actions/changed-files@9a6dabf8d15381f97f1c770257a1a0db59c28a47 + uses: tj-actions/changed-files@487675b843e203b5c9a92a07f1ed763d046d7283 with: base_sha: ${{ steps.last_successful_commit_push.outputs.base }} files: | diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d2243ed75..f88d6db51 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@9a6dabf8d15381f97f1c770257a1a0db59c28a47 + uses: tj-actions/changed-files@487675b843e203b5c9a92a07f1ed763d046d7283 with: files: | plugins/**