diff --git a/.github/workflows/compose-lint.yml b/.github/workflows/compose-lint.yml index 87b73d8..593f39b 100644 --- a/.github/workflows/compose-lint.yml +++ b/.github/workflows/compose-lint.yml @@ -166,7 +166,7 @@ jobs: # the customManagers:githubActionsVersions preset; node versioning keeps it # on the current LTS line and proposes the next LTS major as its own PR. - name: Set up Node.js for Renovate validator - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ env.NODE_VERSION }}