From 910f523fb576c4e5a1cdafac02e2c1f95bef57ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 03:53:41 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/check_build.yaml | 2 +- .github/workflows/firebase-hosting-merge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_build.yaml b/.github/workflows/check_build.yaml index e63e4c4..b5864e8 100644 --- a/.github/workflows/check_build.yaml +++ b/.github/workflows/check_build.yaml @@ -6,5 +6,5 @@ jobs: build_and_deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 - run: yarn install && yarn build diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index c60335d..2fe7412 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -10,7 +10,7 @@ jobs: build_and_deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 - run: yarn install && yarn build - uses: FirebaseExtended/action-hosting-deploy@v0 with: