diff --git a/.github/workflows/compose-lint.yml b/.github/workflows/compose-lint.yml index 30072ab..87b73d8 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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version: ${{ env.NODE_VERSION }}