diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e9860e..0d090f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: run: echo "RUNNING=1" >> $GITHUB_ENV - uses: actions/checkout@v2 - uses: technote-space/get-git-comment-action@v1 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v5 with: PATTERNS: '**/*.php' if: "! contains(env.COMMIT_MESSAGE, '[skip ci]') && ! contains(env.COMMIT_MESSAGE, '[ci skip]')" @@ -60,7 +60,7 @@ jobs: run: echo "RUNNING=1" >> $GITHUB_ENV - uses: actions/checkout@v2 - uses: technote-space/get-git-comment-action@v1 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v5 with: PATTERNS: '**/*.php' SEPARATOR: ',' @@ -105,7 +105,7 @@ jobs: run: echo "RUNNING=1" >> $GITHUB_ENV - uses: actions/checkout@v2 - uses: technote-space/get-git-comment-action@v1 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v5 with: PATTERNS: +(configs|src|tests)/**/*.php FILES: composer.lock