From 2a3bb0255af621479c41c26795eba9e2089438cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 20:52:12 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Upgrade=20w5s/actions=20digest?= =?UTF-8?q?=20to=2040695c6?= 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 7eafb2025c..8561db6fa0 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@2084394e91e0e541be20f3c6cb2bc0d5d344cae8 # main + uses: w5s/actions/setup@40695c64cf633fd1bfe3cf121e0a2e2d05ac3d43 # main with: node-version: ${{ matrix.node-version }} - name: 🔨 Build - uses: w5s/actions/task@2084394e91e0e541be20f3c6cb2bc0d5d344cae8 # main + uses: w5s/actions/task@40695c64cf633fd1bfe3cf121e0a2e2d05ac3d43 # main with: task: build - name: 🔍 Validate - uses: w5s/actions/task@2084394e91e0e541be20f3c6cb2bc0d5d344cae8 # main + uses: w5s/actions/task@40695c64cf633fd1bfe3cf121e0a2e2d05ac3d43 # main with: task: validate diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index da2d50fc70..17c8cc87f2 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@2084394e91e0e541be20f3c6cb2bc0d5d344cae8 # main + uses: w5s/actions/setup@40695c64cf633fd1bfe3cf121e0a2e2d05ac3d43 # main - name: 🔨 Build - uses: w5s/actions/task@2084394e91e0e541be20f3c6cb2bc0d5d344cae8 # main + uses: w5s/actions/task@40695c64cf633fd1bfe3cf121e0a2e2d05ac3d43 # main with: task: build