From ceffc7fb218a742a378e090c666e9c5213155feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:44:04 +0000 Subject: [PATCH] Bump vleue/PixelEagle-cli from 0.2.1 to 0.3.0 Bumps [vleue/PixelEagle-cli](https://github.com/vleue/pixeleagle-cli) from 0.2.1 to 0.3.0. - [Release notes](https://github.com/vleue/pixeleagle-cli/releases) - [Commits](https://github.com/vleue/pixeleagle-cli/compare/1eeb51dcd4531350912a1d4542eb687589d212e2...e923dbc7f066baeda25269559487e61b5e81cca1) --- updated-dependencies: - dependency-name: vleue/PixelEagle-cli dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/workflow-mobile.yml | 6 +++--- .github/workflows/workflow-native.yml | 2 +- .github/workflows/workflow-wasm.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/workflow-mobile.yml b/.github/workflows/workflow-mobile.yml index 70ce82cb..1b4f9e6f 100644 --- a/.github/workflows/workflow-mobile.yml +++ b/.github/workflows/workflow-mobile.yml @@ -38,7 +38,7 @@ jobs: pixeleagle_run: ${{ steps.run.outputs.pixeleagle_run }} steps: - name: Install Pixel Eagle CLI - uses: vleue/PixelEagle-cli/install@1eeb51dcd4531350912a1d4542eb687589d212e2 # v0.2.1 + uses: vleue/PixelEagle-cli/install@e923dbc7f066baeda25269559487e61b5e81cca1 # v0.3.0 - name: Create Run id: run @@ -275,7 +275,7 @@ jobs: path: .github/start-mobile-example/*.png - name: Install Pixel Eagle CLI - uses: vleue/PixelEagle-cli/install@1eeb51dcd4531350912a1d4542eb687589d212e2 # v0.2.1 + uses: vleue/PixelEagle-cli/install@e923dbc7f066baeda25269559487e61b5e81cca1 # v0.3.0 - name: Send to Pixel Eagle run: | @@ -298,7 +298,7 @@ jobs: if: always() steps: - name: Install Pixel Eagle CLI - uses: vleue/PixelEagle-cli/install@1eeb51dcd4531350912a1d4542eb687589d212e2 # v0.2.1 + uses: vleue/PixelEagle-cli/install@e923dbc7f066baeda25269559487e61b5e81cca1 # v0.3.0 - name: Trigger screenshots comparison run: | diff --git a/.github/workflows/workflow-native.yml b/.github/workflows/workflow-native.yml index 02e98185..b314d1db 100644 --- a/.github/workflows/workflow-native.yml +++ b/.github/workflows/workflow-native.yml @@ -258,7 +258,7 @@ jobs: - name: Install Pixel Eagle CLI if: steps.gather-examples.outcome == 'success' - uses: vleue/PixelEagle-cli/install@1eeb51dcd4531350912a1d4542eb687589d212e2 # v0.2.1 + uses: vleue/PixelEagle-cli/install@e923dbc7f066baeda25269559487e61b5e81cca1 # v0.3.0 - name: Send to Pixel Eagle if: steps.gather-examples.outcome == 'success' diff --git a/.github/workflows/workflow-wasm.yml b/.github/workflows/workflow-wasm.yml index bb0b55f5..64e10040 100644 --- a/.github/workflows/workflow-wasm.yml +++ b/.github/workflows/workflow-wasm.yml @@ -147,7 +147,7 @@ jobs: path: .github/start-wasm-example/screenshot-*.png - name: Install Pixel Eagle CLI - uses: vleue/PixelEagle-cli/install@1eeb51dcd4531350912a1d4542eb687589d212e2 # v0.2.1 + uses: vleue/PixelEagle-cli/install@e923dbc7f066baeda25269559487e61b5e81cca1 # v0.3.0 - name: Send to Pixel Eagle run: |