Skip to content

Commit

Permalink
chore(release): merge main (ef7f3da)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 21, 2021
2 parents 1042605 + ef7f3da commit 81bdd92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/renovatebot/github-action#readme",
"dependencies": {
"@actions/core": "1.2.6",
"@actions/core": "1.2.7",
"@actions/exec": "1.0.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/docker.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Docker {
readonly repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker
readonly tag = '24.119.4-slim';
readonly tag = '24.119.5-slim';
readonly tagSuffix = '-slim';

image(): string {
Expand Down

0 comments on commit 81bdd92

Please sign in to comment.