From 65f42a3225417cdff59e08a5b387979b9a25364f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 18:58:35 +0000 Subject: [PATCH] chore(deps): update cypress-io/github-action action to v4.1.1 --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index d77689cc..5c2b50d9 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -38,7 +38,7 @@ jobs: run: | npx cypress info - name: Cypress を実行する - uses: cypress-io/github-action@v4.1.0 + uses: cypress-io/github-action@v4.1.1 with: build: npx next build start: npx next start --port 3100