2
0
forked from Wavyzz/dolibarr

Merge pull request #29164 from Dolibarr/dependabot/github_actions/tj-actions/changed-files-44

Bump tj-actions/changed-files from 43 to 44
This commit is contained in:
Laurent Destailleur
2024-04-02 11:53:28 +02:00
committed by GitHub

View File

@@ -28,7 +28,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@v43
uses: tj-actions/changed-files@v44
if: env.gh_event == 'pull_request'
with:
files: |
@@ -66,7 +66,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@v43
# uses: tj-actions/changed-files@v44
# if: env.gh_event == 'pull_request'
# with:
# files: |