diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 97fe149b..04ada3b3 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -16,7 +16,7 @@ jobs: with: persist-credentials: false - name: Setup the Node runtime for this project - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: cache: npm cache-dependency-path: package-lock.json diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c6be887f..c203453a 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -32,7 +32,7 @@ jobs: ref: ${{ inputs.ref || github.event.pull_request.head.sha || github.sha }} - name: "build: setup the node runtime" - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: cache: npm cache-dependency-path: package-lock.json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78a17ead..37366e99 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: persist-credentials: true - name: Setup Node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: cache: npm cache-dependency-path: package-lock.json @@ -69,7 +69,7 @@ jobs: token: ${{ steps.credentials.outputs.token }} - name: Setup Node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: cache: npm cache-dependency-path: package-lock.json diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc344a5e..6858e0f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: persist-credentials: false - name: "build: setup the node runtime" - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: cache: npm cache-dependency-path: package-lock.json