diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c5faa09..f1e6369f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: Lint commit messages - uses: wagoid/commitlint-github-action@481aff4de4d0de6d28d05533d4230d298ea3377d # v5.3.0 + uses: wagoid/commitlint-github-action@09faa1aae81627890cbffff1d0f7bc0e520a8b01 # v5.3.1 continue-on-error: true lint: diff --git a/package.json b/package.json index c74c74c5..37fe03fc 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "husky": "8.0.3", "lint-staged": "13.1.1", "npm-run-all": "4.1.5", - "prettier": "2.8.3", + "prettier": "2.8.4", "standard-version": "9.5.0", "ts-node": "10.9.1", "typescript": "4.9.5" diff --git a/src/docker.ts b/src/docker.ts index edb48d3a..f0820854 100644 --- a/src/docker.ts +++ b/src/docker.ts @@ -1,7 +1,7 @@ import type { Input } from './input'; // renovate: datasource=docker depName=renovate/renovate versioning=docker -const tag = '34.138.3-slim'; +const tag = '34.141.0-slim'; class Docker { private static readonly repository = 'renovate/renovate'; diff --git a/yarn.lock b/yarn.lock index d18784ab..438b638a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2527,10 +2527,10 @@ prelude-ls@^1.2.1: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -prettier@2.8.3: - version "2.8.3" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.3.tgz#ab697b1d3dd46fb4626fbe2f543afe0cc98d8632" - integrity sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw== +prettier@2.8.4: + version "2.8.4" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3" + integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw== process-nextick-args@~2.0.0: version "2.0.1"