diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 64d9c69..19ec69a 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -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 diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 4bede9e..0f34787 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -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 diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index bc33896..503da30 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -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 }}