diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f15b70f4..506c2ab0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,7 +175,7 @@ jobs: global-json-file: global.json - name: Setup Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: ${{ env.NODE_VERSION }} cache: npm @@ -246,7 +246,7 @@ jobs: global-json-file: global.json - name: Setup Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: ${{ env.NODE_VERSION }} cache: npm @@ -290,7 +290,7 @@ jobs: - name: Setup Node.js if: needs.changes.outputs.frontend == 'true' - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: ${{ env.NODE_VERSION }} cache: npm diff --git a/.github/workflows/nuget-publish.yml b/.github/workflows/nuget-publish.yml index 97555482..3962c82e 100644 --- a/.github/workflows/nuget-publish.yml +++ b/.github/workflows/nuget-publish.yml @@ -102,7 +102,7 @@ jobs: global-json-file: global.json - name: Setup Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: ${{ env.NODE_VERSION }} cache: npm @@ -169,7 +169,7 @@ jobs: global-json-file: global.json - name: Setup Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: ${{ env.NODE_VERSION }} cache: npm