Skip to content

Commit

Permalink
Merge pull request #5 from sergix44/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
sergix44 authored Dec 21, 2023
2 parents deb49dc + d75733b commit 784d387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16.x
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion src/Alterations/Fill.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 784d387

Please sign in to comment.