From 8e80085ace8ff2d00932859c3d6bbd34a9fcf192 Mon Sep 17 00:00:00 2001 From: mnxmnz <48766355+mnxmnz@users.noreply.github.com> Date: Thu, 3 Sep 2026 02:05:31 +0900 Subject: [PATCH] chore(ci): align the verify-compiler job with the action pins used by the other jobs --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c6f3d0ec..1c51b255 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -423,13 +423,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Enable Corepack run: corepack enable - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: '.nvmrc' cache: 'yarn'