From 38effc55f873dc674351eb0e0d732db330bb5b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:56:15 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [j178/prek-action](https://github.com/j178/prek-action) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `j178/prek-action` from 2.0.5 to 3.0.0 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/v2.0.5...v3.0.0) Updates `crate-ci/typos` from 1.48.0 to 1.49.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.48.0...v1.49.0) --- updated-dependencies: - dependency-name: j178/prek-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: crate-ci/typos dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e868c3..516d5cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run: bun install --frozen-lockfile - name: Run prek - uses: j178/prek-action@v2.0.5 + uses: j178/prek-action@v3.0.0 build: name: Build diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ef666fa..ad3cb4b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -49,7 +49,7 @@ jobs: run: bunx astro check - name: Spell check - uses: crate-ci/typos@v1.48.0 + uses: crate-ci/typos@v1.49.0 - name: Build run: bun run build