From 533c11d2c7f0b0a3739a3d149a081ba6cab9c705 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 18:52:40 +0900 Subject: [PATCH] chore(deps): update ci dependencies (non-major) (#336) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yaml | 2 +- .github/workflows/test-frontend.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4cb3872ff959..ac49feb96da6 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -188,7 +188,7 @@ jobs: pnpm i --frozen-lockfile - name: Restore eslint cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 with: path: ${{ env.eslint-cache-path }} key: eslint-${{ env.eslint-cache-version }}-${{ matrix.package }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ needs.pre-checkout.outputs.sha }} diff --git a/.github/workflows/test-frontend.yaml b/.github/workflows/test-frontend.yaml index b37398c92188..f74ce6198386 100644 --- a/.github/workflows/test-frontend.yaml +++ b/.github/workflows/test-frontend.yaml @@ -158,7 +158,7 @@ jobs: pnpm exec cypress install - name: Cypress run - uses: cypress-io/github-action@d8ecebb25c9eaf9d4df9ad1aef88297ef2cb6f3c # v6.7.11 + uses: cypress-io/github-action@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12 timeout-minutes: 15 with: install: false