From eb968cb34c2214d076e461b524b1b920644518bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 19:10:30 +0000 Subject: [PATCH] build(deps): update other-major to v4 --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b226c416..06028282 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,14 +51,14 @@ jobs: steps: - id: checkout name: Checkout - uses: actions/checkout@v3 # Use v3 or later + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 # Use v3 or later with: persist-credentials: false token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 - id: nodejs name: Use Node.js - uses: actions/setup-node@v3 # Use v3 or later + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 # Use v3 or later with: node-version: 22.x cache: "npm" @@ -75,7 +75,7 @@ jobs: - name: Release Please if: ${{ !github.event.inputs.skip_release }} id: release - uses: google-github-actions/release-please-action@v3 + uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4 with: release-type: node # Or the appropriate release type for your project - id: coveralls