diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6a3c96c9f..0f4600be82 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@d2b520090c0450c44d426be3ebe4a97e415a8598 # main + uses: w5s/actions/setup@27a04dd1f95aa94ef11b0ffea62c854956b4c3ba # main with: node-version: ${{ matrix.node-version }} - name: 🔨 Build - uses: w5s/actions/task@d2b520090c0450c44d426be3ebe4a97e415a8598 # main + uses: w5s/actions/task@27a04dd1f95aa94ef11b0ffea62c854956b4c3ba # main with: task: build - name: 🔍 Validate - uses: w5s/actions/task@d2b520090c0450c44d426be3ebe4a97e415a8598 # main + uses: w5s/actions/task@27a04dd1f95aa94ef11b0ffea62c854956b4c3ba # main with: task: validate diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7d7e764b9e..292ae0d07c 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@d2b520090c0450c44d426be3ebe4a97e415a8598 # main + uses: w5s/actions/setup@27a04dd1f95aa94ef11b0ffea62c854956b4c3ba # main - name: 🔨 Build - uses: w5s/actions/task@d2b520090c0450c44d426be3ebe4a97e415a8598 # main + uses: w5s/actions/task@27a04dd1f95aa94ef11b0ffea62c854956b4c3ba # main with: task: build