From da38e1b94908d636219532652fc928f430698142 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 18:03:24 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/actions/artifact/download/action.yml | 2 +- .github/actions/artifact/upload/action.yml | 2 +- .github/actions/pnpm/action.yml | 2 +- .github/workflows/benchmark.yml | 4 ++-- .github/workflows/codecov.yml | 6 +++--- .github/workflows/release-npm.yml | 4 ++-- .github/workflows/release-plz.yml | 2 +- .github/workflows/reusable-build.yml | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/actions/artifact/download/action.yml b/.github/actions/artifact/download/action.yml index b9a32f3..187a2d2 100644 --- a/.github/actions/artifact/download/action.yml +++ b/.github/actions/artifact/download/action.yml @@ -18,7 +18,7 @@ runs: using: composite steps: - name: Download artifact from github - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 if: ${{ inputs.force-use-github == 'true' || runner.environment == 'github-hosted' }} with: name: ${{ inputs.name }} diff --git a/.github/actions/artifact/upload/action.yml b/.github/actions/artifact/upload/action.yml index 4343730..e18cc42 100644 --- a/.github/actions/artifact/upload/action.yml +++ b/.github/actions/artifact/upload/action.yml @@ -18,7 +18,7 @@ runs: using: composite steps: - name: Upload artifact to github - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 if: ${{ inputs.force-use-github == 'true' || runner.environment == 'github-hosted' }} with: name: ${{ inputs.name }} diff --git a/.github/actions/pnpm/action.yml b/.github/actions/pnpm/action.yml index d8b0c6b..ca77c6e 100644 --- a/.github/actions/pnpm/action.yml +++ b/.github/actions/pnpm/action.yml @@ -12,7 +12,7 @@ runs: steps: - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: ${{ inputs['node-version'] }} cache: pnpm diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6a1f678..78af772 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -26,7 +26,7 @@ jobs: - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: .node-version cache: pnpm @@ -47,7 +47,7 @@ jobs: run: cargo codspeed build --features codspeed - name: Run benchmark - uses: CodSpeedHQ/action@76578c2a7ddd928664caa737f0e962e3085d4e7c # v3.8.1 + uses: CodSpeedHQ/action@e736f0d2aeb36da38e9f08eca4dff7967408d154 # v4.8.2 timeout-minutes: 30 with: run: cargo codspeed run diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 471912e..5d1cdfe 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -38,7 +38,7 @@ jobs: RUST_MIN_STACK: 8388608 - name: Upload Artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: codecov path: lcov.info @@ -58,13 +58,13 @@ jobs: - name: Download coverage file if: env.CODECOV_TOKEN - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: codecov - name: Upload to codecov.io if: env.CODECOV_TOKEN - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index ba3c523..93c7f07 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -85,7 +85,7 @@ jobs: # if: ${{ github.event_name == 'workflow_dispatch' }} steps: - name: Checkout Repo - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: # This makes Actions fetch only one branch to release fetch-depth: 1 @@ -95,7 +95,7 @@ jobs: uses: ./.github/actions/pnpm - name: Download artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: path: artifacts diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 6944ec9..c6e0640 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest environment: crate steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 ref: ${{ inputs.commit }} diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 68509e2..53b737d 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -49,7 +49,7 @@ jobs: runner-labels: ${{ steps.upload-artifact.outputs.runner-labels || inputs.runner }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: ${{ inputs.ref }}