From 4647a8749553447e8c67d1451fa797d883a420ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 02:07:10 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Upgrade=20w5s/actions=20digest?= =?UTF-8?q?=20to=20dd03a09?= 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 daf7c9c5b8..62616cd088 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@f39c16bc75190470c3751b2308589955b10e2b5a # main + uses: w5s/actions/setup@dd03a09ee8d0e1d61eebe5916ff072fe67ee925e # main with: node-version: ${{ matrix.node-version }} - name: 🔨 Build - uses: w5s/actions/task@f39c16bc75190470c3751b2308589955b10e2b5a # main + uses: w5s/actions/task@dd03a09ee8d0e1d61eebe5916ff072fe67ee925e # main with: task: build - name: 🔍 Validate - uses: w5s/actions/task@f39c16bc75190470c3751b2308589955b10e2b5a # main + uses: w5s/actions/task@dd03a09ee8d0e1d61eebe5916ff072fe67ee925e # main with: task: validate diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5c09cbd062..33cc439455 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@f39c16bc75190470c3751b2308589955b10e2b5a # main + uses: w5s/actions/setup@dd03a09ee8d0e1d61eebe5916ff072fe67ee925e # main - name: 🔨 Build - uses: w5s/actions/task@f39c16bc75190470c3751b2308589955b10e2b5a # main + uses: w5s/actions/task@dd03a09ee8d0e1d61eebe5916ff072fe67ee925e # main with: task: build