diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e25abf25f..67ace1ed9c 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@8c1059f9925af7819e4f62e84e67c94fc77c3172 # main + uses: w5s/actions/setup@bfa9d6ff862803e59831281f49c5e2c58e7ea20b # main with: node-version: ${{ matrix.node-version }} - name: 🔨 Build - uses: w5s/actions/task@8c1059f9925af7819e4f62e84e67c94fc77c3172 # main + uses: w5s/actions/task@bfa9d6ff862803e59831281f49c5e2c58e7ea20b # main with: task: build - name: 🔍 Validate - uses: w5s/actions/task@8c1059f9925af7819e4f62e84e67c94fc77c3172 # main + uses: w5s/actions/task@bfa9d6ff862803e59831281f49c5e2c58e7ea20b # main with: task: validate diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0050fdf184..d11d85092a 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@8c1059f9925af7819e4f62e84e67c94fc77c3172 # main + uses: w5s/actions/setup@bfa9d6ff862803e59831281f49c5e2c58e7ea20b # main - name: 🔨 Build - uses: w5s/actions/task@8c1059f9925af7819e4f62e84e67c94fc77c3172 # main + uses: w5s/actions/task@bfa9d6ff862803e59831281f49c5e2c58e7ea20b # main with: task: build