From 123ab1cf833284295137ee3789ca7397e55d9b20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:42:11 +0000 Subject: [PATCH] Update lost-pixel/lost-pixel action to v3.18.0 --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index dba2db70..91e3d056 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -199,6 +199,6 @@ jobs: continue-on-error: false - name: Lost Pixel - uses: lost-pixel/lost-pixel@v3.17.0 + uses: lost-pixel/lost-pixel@v3.18.0 env: LOST_PIXEL_API_KEY: ${{ secrets.LOST_PIXEL_API_KEY }}