diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5c9afa563..7600a0759c 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@244e9228156b742a4490dd17e67c6ce432302986 # main + uses: w5s/actions/setup@464b7aa853ccf9ccedfe6841340fc0ca72684420 # main with: node-version: ${{ matrix.node-version }} - name: 🔨 Build - uses: w5s/actions/task@244e9228156b742a4490dd17e67c6ce432302986 # main + uses: w5s/actions/task@464b7aa853ccf9ccedfe6841340fc0ca72684420 # main with: task: build - name: 🔍 Validate - uses: w5s/actions/task@244e9228156b742a4490dd17e67c6ce432302986 # main + uses: w5s/actions/task@464b7aa853ccf9ccedfe6841340fc0ca72684420 # main with: task: validate diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ce1240825f..4093bbad1a 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@244e9228156b742a4490dd17e67c6ce432302986 # main + uses: w5s/actions/setup@464b7aa853ccf9ccedfe6841340fc0ca72684420 # main - name: 🔨 Build - uses: w5s/actions/task@244e9228156b742a4490dd17e67c6ce432302986 # main + uses: w5s/actions/task@464b7aa853ccf9ccedfe6841340fc0ca72684420 # main with: task: build