From 375292da94151e795662847c740dd5711c48a74a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 06:04:30 +0000 Subject: [PATCH] chore(deps): Bump evnex/netlify-deploy from 1.0.4 to 1.0.5 Bumps [evnex/netlify-deploy](https://github.com/evnex/netlify-deploy) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/evnex/netlify-deploy/releases) - [Commits](https://github.com/evnex/netlify-deploy/compare/v1.0.4...1.0.5) --- updated-dependencies: - dependency-name: evnex/netlify-deploy dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-deploy-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-deploy-preview.yml b/.github/workflows/pr-deploy-preview.yml index 8adedb90..7143d7cb 100644 --- a/.github/workflows/pr-deploy-preview.yml +++ b/.github/workflows/pr-deploy-preview.yml @@ -30,7 +30,7 @@ jobs: run: yarn build - name: Deploy draft to Netlify - uses: evnex/netlify-deploy@v1.0.4 + uses: evnex/netlify-deploy@1.0.5 with: github-token: ${{ secrets.GITHUB_TOKEN }} netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}