Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: 0

- name: Setup Vite+
uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb
uses: voidzero-dev/setup-vp@143f5f385f39b1b753ffed1a01ad443811855c8b
with:
node-version: latest
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0

- name: Setup Vite+
uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb
uses: voidzero-dev/setup-vp@143f5f385f39b1b753ffed1a01ad443811855c8b
with:
node-version: latest
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fi

- name: Run typos check
uses: crate-ci/typos@v1.48.0
uses: crate-ci/typos@v1.49.0
with:
config: ./.github/workflows/typos.toml
write_changes: ${{ steps.check_label.outputs.should_fix }}
Expand Down
Loading