Skip to content

Commit 38effc5

Browse files
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](j178/prek-action@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](crate-ci/typos@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] <support@github.com>
1 parent 6153e1d commit 38effc5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: bun install --frozen-lockfile
3636

3737
- name: Run prek
38-
uses: j178/prek-action@v2.0.5
38+
uses: j178/prek-action@v3.0.0
3939

4040
build:
4141
name: Build

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: bunx astro check
5050

5151
- name: Spell check
52-
uses: crate-ci/typos@v1.48.0
52+
uses: crate-ci/typos@v1.49.0
5353

5454
- name: Build
5555
run: bun run build

0 commit comments

Comments
 (0)