chore(release): 25.56.11

This commit is contained in:
github-actions[bot] 2021-07-25 03:14:50 +00:00
parent 001ba5d5e2
commit 5cd3d753b3
4 changed files with 23 additions and 13 deletions

View file

@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [25.56.11](https://github.com/renovatebot/github-action/compare/v25.56.9...v25.56.11) (2021-07-25)
### Bug Fixes
* **deps:** update renovate/renovate docker tag to v25.56.10 ([61976b2](https://github.com/renovatebot/github-action/commit/61976b220a575132a309541ce74b44201b284a5c))
* **deps:** update renovate/renovate docker tag to v25.56.11 ([c3c1a9a](https://github.com/renovatebot/github-action/commit/c3c1a9aee6a0076b89a18b888c3d0550c663b163))
### [25.56.9](https://github.com/renovatebot/github-action/compare/v25.56.8...v25.56.9) (2021-07-23) ### [25.56.9](https://github.com/renovatebot/github-action/compare/v25.56.8...v25.56.9) (2021-07-23)

24
dist/index.js vendored
View file

@ -1740,63 +1740,63 @@ function copyFile(srcFile, destFile, force) {
/***/ 357: /***/ 357:
/***/ ((module) => { /***/ ((module) => {
module.exports = require("assert");; module.exports = require("assert");
/***/ }), /***/ }),
/***/ 129: /***/ 129:
/***/ ((module) => { /***/ ((module) => {
module.exports = require("child_process");; module.exports = require("child_process");
/***/ }), /***/ }),
/***/ 614: /***/ 614:
/***/ ((module) => { /***/ ((module) => {
module.exports = require("events");; module.exports = require("events");
/***/ }), /***/ }),
/***/ 747: /***/ 747:
/***/ ((module) => { /***/ ((module) => {
module.exports = require("fs");; module.exports = require("fs");
/***/ }), /***/ }),
/***/ 87: /***/ 87:
/***/ ((module) => { /***/ ((module) => {
module.exports = require("os");; module.exports = require("os");
/***/ }), /***/ }),
/***/ 622: /***/ 622:
/***/ ((module) => { /***/ ((module) => {
module.exports = require("path");; module.exports = require("path");
/***/ }), /***/ }),
/***/ 304: /***/ 304:
/***/ ((module) => { /***/ ((module) => {
module.exports = require("string_decoder");; module.exports = require("string_decoder");
/***/ }), /***/ }),
/***/ 213: /***/ 213:
/***/ ((module) => { /***/ ((module) => {
module.exports = require("timers");; module.exports = require("timers");
/***/ }), /***/ }),
/***/ 669: /***/ 669:
/***/ ((module) => { /***/ ((module) => {
module.exports = require("util");; module.exports = require("util");
/***/ }) /***/ })
@ -1875,7 +1875,9 @@ module.exports = require("util");;
/******/ /******/
/******/ /* webpack/runtime/compat */ /******/ /* webpack/runtime/compat */
/******/ /******/
/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/";/************************************************************************/ /******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/";
/******/
/************************************************************************/
var __webpack_exports__ = {}; var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk. // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
(() => { (() => {
@ -1955,7 +1957,7 @@ class Docker {
constructor() { constructor() {
this.repository = 'renovate/renovate'; this.repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker // renovate: datasource=docker depName=renovate/renovate versioning=docker
this.tag = '25.56.9-slim'; this.tag = '25.56.11-slim';
this.tagSuffix = '-slim'; this.tagSuffix = '-slim';
} }
image() { image() {

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "github-action", "name": "github-action",
"version": "25.56.9", "version": "25.56.11",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "github-action", "name": "github-action",
"version": "25.56.9", "version": "25.56.11",
"description": "GitHub Action to run Renovate self-hosted.", "description": "GitHub Action to run Renovate self-hosted.",
"private": true, "private": true,
"main": "src/index.ts", "main": "src/index.ts",