From 8534eb7e5c7920c93e3c695b73bda000534aae52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 08:49:39 -0700 Subject: [PATCH] Bump tj-actions/changed-files from 37.5.1 to 37.6.0 (#2197) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d6b4bff112..6149c52ad0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - name: Get specific changed files id: changed-files - uses: tj-actions/changed-files@v37.5.1 + uses: tj-actions/changed-files@v37.6.0 with: files: | **/*.md @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v3 - name: Get specific changed files id: changed-files - uses: tj-actions/changed-files@v37.5.1 + uses: tj-actions/changed-files@v37.6.0 with: files: | app/**/*.rb @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@v3 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v37.5.1 + uses: tj-actions/changed-files@v37.6.0 with: files: | app/components/**/*.erb @@ -81,7 +81,7 @@ jobs: - uses: actions/checkout@v3 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v37.5.1 + uses: tj-actions/changed-files@v37.6.0 with: files: | app/components/**/*.ts @@ -102,7 +102,7 @@ jobs: - uses: actions/checkout@v3 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v37.5.1 + uses: tj-actions/changed-files@v37.6.0 with: files: | app/components/**/*.pcss