From a3073c5dbc783cd661fba7be1a4d2c9d7aaf92f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 21:32:44 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Upgrade=20w5s/actions=20digest?= =?UTF-8?q?=20to=203b659c2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bad24a211..640c335da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,12 +14,12 @@ jobs: - name: ⬇️ Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: ⚙️ Setup - uses: w5s/actions/setup@27a04dd1f95aa94ef11b0ffea62c854956b4c3ba # main + uses: w5s/actions/setup@3b659c208c212f8d0e1e468933377c51f3ac1f58 # main - name: 🔨 Build - uses: w5s/actions/task@27a04dd1f95aa94ef11b0ffea62c854956b4c3ba # main + uses: w5s/actions/task@3b659c208c212f8d0e1e468933377c51f3ac1f58 # main with: task: build - name: 🔍 Validate - uses: w5s/actions/task@27a04dd1f95aa94ef11b0ffea62c854956b4c3ba # main + uses: w5s/actions/task@3b659c208c212f8d0e1e468933377c51f3ac1f58 # main with: task: validate diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6fe2f6ea9..710b5aa90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,18 +41,18 @@ jobs: fetch-depth: 0 # full history for Lerna conventional-commits versioning token: ${{ secrets.GITHUB_TOKEN }} - name: ⚙️ Setup - uses: w5s/actions/setup@27a04dd1f95aa94ef11b0ffea62c854956b4c3ba # main + uses: w5s/actions/setup@3b659c208c212f8d0e1e468933377c51f3ac1f58 # main - name: 🔨 Build - uses: w5s/actions/task@27a04dd1f95aa94ef11b0ffea62c854956b4c3ba # main + uses: w5s/actions/task@3b659c208c212f8d0e1e468933377c51f3ac1f58 # main with: task: build - name: 🔍 Validate - uses: w5s/actions/task@27a04dd1f95aa94ef11b0ffea62c854956b4c3ba # main + uses: w5s/actions/task@3b659c208c212f8d0e1e468933377c51f3ac1f58 # main with: task: validate - name: 🚀 Publish - uses: w5s/actions/task@27a04dd1f95aa94ef11b0ffea62c854956b4c3ba # main + uses: w5s/actions/task@3b659c208c212f8d0e1e468933377c51f3ac1f58 # main with: task: release env: