From db372636a5a72a2e4defb1607cab05eb18ba5b1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 13:10:06 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Upgrade=20w5s/actions=20digest?= =?UTF-8?q?=20to=2062601fe?= 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 128c7b4d15..3c06e847c6 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@217ea97830913a7d997886472f54fbd47f809b78 # main + uses: w5s/actions/setup@62601fe54ab876515809221f1fc41caaae71f89a # main with: node-version: ${{ matrix.node-version }} - name: 🔨 Build - uses: w5s/actions/task@217ea97830913a7d997886472f54fbd47f809b78 # main + uses: w5s/actions/task@62601fe54ab876515809221f1fc41caaae71f89a # main with: task: build - name: 🔍 Validate - uses: w5s/actions/task@217ea97830913a7d997886472f54fbd47f809b78 # main + uses: w5s/actions/task@62601fe54ab876515809221f1fc41caaae71f89a # main with: task: validate diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3253cffa60..5063d24e17 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@217ea97830913a7d997886472f54fbd47f809b78 # main + uses: w5s/actions/setup@62601fe54ab876515809221f1fc41caaae71f89a # main - name: 🔨 Build - uses: w5s/actions/task@217ea97830913a7d997886472f54fbd47f809b78 # main + uses: w5s/actions/task@62601fe54ab876515809221f1fc41caaae71f89a # main with: task: build