diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index ca2197d..67e66c6 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -13,7 +13,7 @@ jobs: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1.6.0 + uses: dependabot/fetch-metadata@v2.0.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/src/Alterations/Fill.php b/src/Alterations/Fill.php index 9f46f3d..6815667 100644 --- a/src/Alterations/Fill.php +++ b/src/Alterations/Fill.php @@ -106,7 +106,7 @@ public function applyWithImagick(Image $image): null // replace image core $this->replaceCore($image, $canvas); - // flood fill with color + // flood fill with color } elseif ($this->color !== null) { // create canvas with filling $canvas = new \Imagick();