From f0a8a88c383e8067c20c60855be8c0e589b65b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 06:02:59 +0000 Subject: [PATCH] chore(deps): bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [FirebaseExtended/action-hosting-deploy](https://github.com/firebaseextended/action-hosting-deploy). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) Updates `actions/setup-node` from 4 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) Updates `FirebaseExtended/action-hosting-deploy` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/firebaseextended/action-hosting-deploy/releases) - [Commits](https://github.com/firebaseextended/action-hosting-deploy/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: FirebaseExtended/action-hosting-deploy dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/firebase-deploy-pull-request.yml | 6 +++--- .github/workflows/firebase-deploy.yml | 6 +++--- .github/workflows/lighthouse-badges.yml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/firebase-deploy-pull-request.yml b/.github/workflows/firebase-deploy-pull-request.yml index 5acb17d..f8c20c7 100644 --- a/.github/workflows/firebase-deploy-pull-request.yml +++ b/.github/workflows/firebase-deploy-pull-request.yml @@ -19,10 +19,10 @@ jobs: node-version: [22.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Using Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} @@ -38,7 +38,7 @@ jobs: run: pnpm build - name: Deploy to Firebase Hosting Preview - uses: FirebaseExtended/action-hosting-deploy@v0.9.0 + uses: FirebaseExtended/action-hosting-deploy@v0.10.0 with: repoToken: ${{ secrets.GITHUB_TOKEN }} firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_CODEPEN_CONCEPT }} diff --git a/.github/workflows/firebase-deploy.yml b/.github/workflows/firebase-deploy.yml index 6057e52..ddc1cc9 100644 --- a/.github/workflows/firebase-deploy.yml +++ b/.github/workflows/firebase-deploy.yml @@ -15,10 +15,10 @@ jobs: node-version: [22.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} @@ -34,7 +34,7 @@ jobs: run: pnpm build - name: Deploy to Firebase Hosting - uses: FirebaseExtended/action-hosting-deploy@v0.9.0 + uses: FirebaseExtended/action-hosting-deploy@v0.10.0 with: repoToken: ${{ secrets.GITHUB_TOKEN }} firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_CODEPEN_CONCEPT }} diff --git a/.github/workflows/lighthouse-badges.yml b/.github/workflows/lighthouse-badges.yml index 9f5266f..9fc67b4 100644 --- a/.github/workflows/lighthouse-badges.yml +++ b/.github/workflows/lighthouse-badges.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: lts/*