From 7d21c71d781c8252eb510e1d37c60cd9c58d8166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:36:13 +0000 Subject: [PATCH] Bump the github_actions group with 1 update Bumps the github_actions group with 1 update: [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `tj-actions/changed-files` from 43 to 44 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v43...v44) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/github-actions-lint.yml | 2 +- .github/workflows/rubocop.yml | 2 +- .github/workflows/yaml-lint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-actions-lint.yml b/.github/workflows/github-actions-lint.yml index f998fd0..d57ec08 100644 --- a/.github/workflows/github-actions-lint.yml +++ b/.github/workflows/github-actions-lint.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: tj-actions/changed-files@v43 + - uses: tj-actions/changed-files@v44 id: changed-files with: files: | diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index 743867c..4f6460a 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -14,7 +14,7 @@ jobs: BUNDLE_ONLY: ${{ vars.RUBOCOP_BUNDLE_ONLY || 'rubocop' }} steps: - uses: actions/checkout@v4 - - uses: tj-actions/changed-files@v43 + - uses: tj-actions/changed-files@v44 id: changed-files with: files: | diff --git a/.github/workflows/yaml-lint.yml b/.github/workflows/yaml-lint.yml index 7cb0031..589e8c4 100644 --- a/.github/workflows/yaml-lint.yml +++ b/.github/workflows/yaml-lint.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: tj-actions/changed-files@v43 + - uses: tj-actions/changed-files@v44 id: changed-files with: files: |