Merge pull request #28934 from Dolibarr/dependabot/github_actions/tj-actions/changed-files-43

Bump tj-actions/changed-files from 42 to 43
This commit is contained in:
Laurent Destailleur
2024-03-19 01:54:46 +01:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ jobs:
# This is faster for a big repo.
- name: Get all changed php files (if PR)
id: changed-php
uses: tj-actions/changed-files@v42
uses: tj-actions/changed-files@v43
if: github.event_name == 'pull_request'
with:
files: |
@@ -57,7 +57,7 @@ jobs:
# The next uses git, which is slow for a bit repo.
# - name: Get all changed php files (if PR)
# id: changed-php
# uses: tj-actions/changed-files@v42
# uses: tj-actions/changed-files@v43
# if: github.event_name == 'pull_request'
# with:
# files: |