diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 4a4f7f4a..cac7e0c1 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -46,7 +46,7 @@ jobs: # of changed files within `super-linter` fetch-depth: 0 persist-credentials: false - - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: cache: npm node-version-file: .node-version diff --git a/.github/workflows/update-dist.yml b/.github/workflows/update-dist.yml index ee829453..a533b3a2 100644 --- a/.github/workflows/update-dist.yml +++ b/.github/workflows/update-dist.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha || github.sha }} persist-credentials: false - - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: cache: npm diff --git a/.github/workflows/update-gitleaks.yml b/.github/workflows/update-gitleaks.yml index 22a181d3..1def3d89 100644 --- a/.github/workflows/update-gitleaks.yml +++ b/.github/workflows/update-gitleaks.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} persist-credentials: false - - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: cache: npm diff --git a/.github/workflows/update-package.yml b/.github/workflows/update-package.yml index a39dcda7..968124b2 100644 --- a/.github/workflows/update-package.yml +++ b/.github/workflows/update-package.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} persist-credentials: false - - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: cache: npm diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index d321b2b0..54d93aac 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha || github.sha }} persist-credentials: false - - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: cache: npm