From fa717beccd0c3513164f6e6881fe43f8f4a86908 Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 11 Nov 2021 11:00:49 +0000 Subject: [PATCH] chore: sync workflows --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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