From 8b9955ab02a9fb9672d9d8fea074717132b3a0a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:29:27 +0000 Subject: [PATCH] chore(deps): bump lost-pixel/lost-pixel from 3.17.0 to 3.18.2 Bumps [lost-pixel/lost-pixel](https://github.com/lost-pixel/lost-pixel) from 3.17.0 to 3.18.2. - [Release notes](https://github.com/lost-pixel/lost-pixel/releases) - [Commits](https://github.com/lost-pixel/lost-pixel/compare/v3.17.0...v3.18.2) --- updated-dependencies: - dependency-name: lost-pixel/lost-pixel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lost-pixel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lost-pixel.yml b/.github/workflows/lost-pixel.yml index b66e439cf6..d826d5217d 100644 --- a/.github/workflows/lost-pixel.yml +++ b/.github/workflows/lost-pixel.yml @@ -50,6 +50,6 @@ jobs: run: sed -i -e 's/_/\//g' -e 's|prisma\.io||g' -re 's/(name.+)(\/)(\")/\1-\3/g' lost-pixel-pages.json - name: Lost Pixel - uses: lost-pixel/lost-pixel@v3.17.0 + uses: lost-pixel/lost-pixel@v3.18.2 env: LOST_PIXEL_API_KEY: ${{ secrets.LOST_PIXEL_API_KEY }}