diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5cdf893..61172f4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: enable-cache: true - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version-file: ".nvmrc" cache: "npm" diff --git a/.github/workflows/destroy.yml b/.github/workflows/destroy.yml index 940188b..e91d580 100644 --- a/.github/workflows/destroy.yml +++ b/.github/workflows/destroy.yml @@ -35,7 +35,7 @@ jobs: enable-cache: true - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version-file: ".nvmrc" cache: "npm"