diff --git a/.github/workflows/auto-deploy.yml b/.github/workflows/auto-deploy.yml index 65a5531..c69dfe4 100644 --- a/.github/workflows/auto-deploy.yml +++ b/.github/workflows/auto-deploy.yml @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Setup Node - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 with: node-version: ${{ env.NODE_VERSION }} cache: 'npm' diff --git a/.github/workflows/self-healing-master.yml b/.github/workflows/self-healing-master.yml index 9eab230..c57d155 100644 --- a/.github/workflows/self-healing-master.yml +++ b/.github/workflows/self-healing-master.yml @@ -87,7 +87,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: ⚙️ Setup Node.js - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 with: node-version: '20' @@ -312,7 +312,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: ⚙️ Setup Node.js - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 with: node-version: '20' diff --git a/.github/workflows/self-healing.yml b/.github/workflows/self-healing.yml index 6bdb90b..d8ce561 100644 --- a/.github/workflows/self-healing.yml +++ b/.github/workflows/self-healing.yml @@ -69,7 +69,7 @@ jobs: - name: Setup Node if: hashFiles('package.json') != '' - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 with: node-version: '20' diff --git a/.github/workflows/test-auto-heal.yml b/.github/workflows/test-auto-heal.yml index 240ba6a..d089cbf 100644 --- a/.github/workflows/test-auto-heal.yml +++ b/.github/workflows/test-auto-heal.yml @@ -25,7 +25,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: ⚙️ Setup Node.js - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 with: node-version: '20'