Skip to content

Commit 1b72cbf

Browse files
renovate[bot]kang8
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 4252897 commit 1b72cbf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v5
2828
- uses: denoland/setup-deno@v2
2929
with:
30-
deno-version: 2.5.4 # Run with latest stable Deno.
30+
deno-version: 2.5.6 # Run with latest stable Deno.
3131
- run: deno fmt --check
3232
spelling:
3333
name: Spell Check with Typos
@@ -36,4 +36,4 @@ jobs:
3636
- name: Checkout Actions Repository
3737
uses: actions/checkout@v5
3838
- name: Spell Check Repo
39-
uses: crate-ci/typos@v1.38.1
39+
uses: crate-ci/typos@v1.39.0

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- id: end-of-file-fixer
2929
- id: trailing-whitespace
3030
- repo: https://github.com/crate-ci/typos
31-
rev: v1.38.1
31+
rev: v1.39.0
3232
hooks:
3333
- id: typos
3434
- repo: https://github.com/nozaq/pre-commit-deno

0 commit comments

Comments
 (0)