From 11f51396c8bc3408b502e0a3ef91157f5fef65c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 02:01:36 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Upgrade=20w5s/actions=20digest?= =?UTF-8?q?=20to=20db51e48?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 +++--- .github/workflows/deploy.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8759fb480..ebc0761623 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,14 +22,14 @@ jobs: - name: ⬇️ Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: ⚙️ Setup - uses: w5s/actions/setup@3b659c208c212f8d0e1e468933377c51f3ac1f58 # main + uses: w5s/actions/setup@db51e484ccb8db9a93a875a5b3e31148465363c4 # main with: node-version: ${{ matrix.node-version }} - name: 🔨 Build - uses: w5s/actions/task@3b659c208c212f8d0e1e468933377c51f3ac1f58 # main + uses: w5s/actions/task@db51e484ccb8db9a93a875a5b3e31148465363c4 # main with: task: build - name: 🔍 Validate - uses: w5s/actions/task@3b659c208c212f8d0e1e468933377c51f3ac1f58 # main + uses: w5s/actions/task@db51e484ccb8db9a93a875a5b3e31148465363c4 # main with: task: validate diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8f97b1df2d..f2f0290f98 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,9 +17,9 @@ jobs: - name: ⬇️ Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: ⚙️ Setup - uses: w5s/actions/setup@3b659c208c212f8d0e1e468933377c51f3ac1f58 # main + uses: w5s/actions/setup@db51e484ccb8db9a93a875a5b3e31148465363c4 # main - name: 🔨 Build - uses: w5s/actions/task@3b659c208c212f8d0e1e468933377c51f3ac1f58 # main + uses: w5s/actions/task@db51e484ccb8db9a93a875a5b3e31148465363c4 # main with: task: build