diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 711c39f0b2..cc4d6eea8c 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.3 + uses: tj-actions/changed-files@v40.0.2 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.3 + uses: tj-actions/changed-files@v40.0.2 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.3 + uses: tj-actions/changed-files@v40.0.2 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.3 + uses: tj-actions/changed-files@v40.0.2 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.3 + uses: tj-actions/changed-files@v40.0.2 with: files: | app/components/**/*.pcss