diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e80130092d..daf7c9c5b8 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@eead706c25078e6d499579611064d636c09dd927 # main + uses: w5s/actions/setup@f39c16bc75190470c3751b2308589955b10e2b5a # main with: node-version: ${{ matrix.node-version }} - name: 🔨 Build - uses: w5s/actions/task@eead706c25078e6d499579611064d636c09dd927 # main + uses: w5s/actions/task@f39c16bc75190470c3751b2308589955b10e2b5a # main with: task: build - name: 🔍 Validate - uses: w5s/actions/task@eead706c25078e6d499579611064d636c09dd927 # main + uses: w5s/actions/task@f39c16bc75190470c3751b2308589955b10e2b5a # main with: task: validate diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b830bf06f1..5c09cbd062 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@eead706c25078e6d499579611064d636c09dd927 # main + uses: w5s/actions/setup@f39c16bc75190470c3751b2308589955b10e2b5a # main - name: 🔨 Build - uses: w5s/actions/task@eead706c25078e6d499579611064d636c09dd927 # main + uses: w5s/actions/task@f39c16bc75190470c3751b2308589955b10e2b5a # main with: task: build