From 448aee80cd4ce9cd5f153e3b20837133d54a1f78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 11:13:48 +0200 Subject: [PATCH] chore(deps): bump tj-actions/verify-changed-files from 19 to 20 in the all group (#46) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the all group with 1 update: [tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files). Updates `tj-actions/verify-changed-files` from 19 to 20
Release notes

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

v20

Changes in v20.0.0

🔥 🔥 BREAKING CHANGE 🔥 🔥

🚀 🚀 NEW FEATURES 🚀 🚀

What's Changed

New Contributors

Full Changelog: https://github.com/tj-actions/verify-changed-files/compare/v19...v20.0.0


v20.0.0

... (truncated)

Changelog

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

20.0.0 - (2024-05-04)

🚀 Features

📦 Bumps

Bumps actions/checkout from 4.1.1 to 4.1.2.


updated-dependencies:

Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] (22cfc44) - (dependabot[bot])

Bumps actions/checkout from 4.1.1 to 4.1.2.


updated-dependencies:

Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] (ad99e81) - (dependabot[bot])

Bumps actions/checkout from 4.1.1 to 4.1.2.


updated-dependencies:

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tj-actions/verify-changed-files&package-manager=github_actions&previous-version=19&new-version=20)](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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- .github/workflows/lint-command.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b6836ec..c6df134 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -43,7 +43,7 @@ jobs: npm run lint - name: "Check for changed files" - uses: tj-actions/verify-changed-files@v19 + uses: tj-actions/verify-changed-files@v20 id: changed-files with: files: | diff --git a/.github/workflows/lint-command.yml b/.github/workflows/lint-command.yml index d080b55..dfd1c7d 100644 --- a/.github/workflows/lint-command.yml +++ b/.github/workflows/lint-command.yml @@ -32,7 +32,7 @@ jobs: npm run lint:ws - name: "Check for changed files" - uses: tj-actions/verify-changed-files@v19 + uses: tj-actions/verify-changed-files@v20 id: changed-files - name: "Commit changes"