From 5cf3cf94b5dd9938eb4e95c526aa366b3f264b97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 07:42:42 +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 ff8c811c9a..c00f5e7a6d 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 }}