From c4391f880f73ecaea30ad76ca2337fccef157303 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 09:59:31 +0000 Subject: [PATCH] Update actions/checkout action from vv4.3.1 to v6 --- .github/workflows/firebase-hosting-merge.yml | 8 ++++---- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 1f574149..40f3f5a9 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-node@v5 with: node-version: 24.14.1 @@ -60,7 +60,7 @@ jobs: needs: [build] environment: 'dev' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Download all workflow run artifacts uses: actions/download-artifact@v4 - name: Copy favicon @@ -77,7 +77,7 @@ jobs: needs: [deploy_dev] environment: 'staging' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Download all workflow run artifacts uses: actions/download-artifact@v4 - name: Copy favicon @@ -94,7 +94,7 @@ jobs: needs: [deploy_dev, deploy_staging] environment: 'prod' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Download all workflow run artifacts uses: actions/download-artifact@v4 - name: Copy favicon diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 6196e080..1757e318 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -8,7 +8,7 @@ jobs: if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-node@v5 with: node-version: 24.14.1