Skip to content

Commit

Permalink
Merge pull request #8 from sergix44/dependabot/github_actions/dependa…
Browse files Browse the repository at this point in the history
…bot/fetch-metadata-2.0.0

Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0
  • Loading branch information
sergix44 authored Mar 27, 2024
2 parents 2db238d + 1a6299c commit 03c99ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

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 03c99ed

Please sign in to comment.