From c421780c47c2e61d3a45495ea6914c2cf16b03e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 17:33:24 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update-builtins.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7f2098..f8f7f56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: cargo clippy --all-targets --all-features -- -D warnings RUSTDOCFLAGS='-D warnings' cargo doc --no-deps --document-private-items - - uses: voidzero-dev/setup-vp@40646972e9ea5e33609c1bb31ac6a27fb01b641e # v1.10.0 + - uses: voidzero-dev/setup-vp@ca1c46663915d6c1042ae23bd39ab85718bfb0fa # v1.10.0 with: node-version-file: .node-version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9fabad2..f9f280c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: contents: write id-token: write steps: - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: app-token with: client-id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/update-builtins.yml b/.github/workflows/update-builtins.yml index 28d74e4..eaa7d2c 100644 --- a/.github/workflows/update-builtins.yml +++ b/.github/workflows/update-builtins.yml @@ -22,7 +22,7 @@ jobs: name: Update Node.js Built-in Modules runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: app-token with: client-id: ${{ secrets.APP_ID }} @@ -33,7 +33,7 @@ jobs: persist-credentials: true token: ${{ steps.app-token.outputs.token }} - - uses: voidzero-dev/setup-vp@40646972e9ea5e33609c1bb31ac6a27fb01b641e # v1.10.0 + - uses: voidzero-dev/setup-vp@ca1c46663915d6c1042ae23bd39ab85718bfb0fa # v1.10.0 with: node-version-file: .node-version run-install: false