From 6782a4d3bc2c919afe80bffcb8fbb892c02e2187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 20:44:20 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 39.2.0 to 39.2.3 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39.2.0 to 39.2.3. - [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/v39.2.0...v39.2.3) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 beb9ac4c69..e5e278b5f5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - name: Get specific changed files id: changed-files - uses: tj-actions/changed-files@v39.2.0 + uses: tj-actions/changed-files@v39.2.3 with: files: | **/*.md @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v4 - name: Get specific changed files id: changed-files - uses: tj-actions/changed-files@v39.2.0 + uses: tj-actions/changed-files@v39.2.3 with: files: | app/**/*.rb @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@v4 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v39.2.0 + uses: tj-actions/changed-files@v39.2.3 with: files: | app/components/**/*.erb @@ -81,7 +81,7 @@ jobs: - uses: actions/checkout@v4 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v39.2.0 + uses: tj-actions/changed-files@v39.2.3 with: files: | app/components/**/*.ts @@ -102,7 +102,7 @@ jobs: - uses: actions/checkout@v4 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v39.2.0 + uses: tj-actions/changed-files@v39.2.3 with: files: | app/components/**/*.pcss