diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 45b66bf..4edbe21 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -57,7 +57,7 @@ jobs: - name: Find changed ttl files id: changed-ttl-files - uses: tj-actions/changed-files@v45.0.2 + uses: tj-actions/changed-files@v45.0.3 with: files: | src/**/*.ttl @@ -111,7 +111,7 @@ jobs: - name: Check if poetry files have changed id: changed-poetry-files - uses: tj-actions/changed-files@v45.0.2 + uses: tj-actions/changed-files@v45.0.3 with: files: | script/poetry.lock @@ -146,7 +146,7 @@ jobs: - name: Check if python files have changed id: changed-python-files - uses: tj-actions/changed-files@v45.0.2 + uses: tj-actions/changed-files@v45.0.3 with: files: | script/**/*.*