diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7cb80ef..0042a79 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@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version-file: ".nvmrc" cache: "npm" diff --git a/.github/workflows/destroy.yml b/.github/workflows/destroy.yml index 4e188b5..a66686d 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@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version-file: ".nvmrc" cache: "npm"