Skip to content

Commit

Permalink
chore(release): merge main (2606767)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 21, 2022
2 parents a2eb959 + 2606767 commit 869c6f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/renovatebot/github-action#readme",
"dependencies": {
"@actions/core": "1.8.1",
"@actions/core": "1.8.2",
"@actions/exec": "1.1.1"
},
"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 = '32.64.0-slim';
readonly tag = '32.64.2-slim';
readonly tagSuffix = '-slim';

image(): string {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# yarn lockfile v1


"@actions/core@1.8.1":
version "1.8.1"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.8.1.tgz#3cdde366654b98764e63633a08dba6703131e274"
integrity sha512-LuFg2O/+rRrYxrdafnqH9mx6ADszKzQAhDuEhhMQIh47tsXzWkW4wXY5zvscqJ4KDywyJX0LA0pAESPLUjZXvw==
"@actions/core@1.8.2":
version "1.8.2"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.8.2.tgz#67539d669ae9b751430469e9ae4d83e0525973ac"
integrity sha512-FXcBL7nyik8K5ODeCKlxi+vts7torOkoDAKfeh61EAkAy1HAvwn9uVzZBY0f15YcQTcZZ2/iSGBFHEuioZWfDA==
dependencies:
"@actions/http-client" "^2.0.0"
"@actions/http-client" "^2.0.1"

"@actions/exec@1.1.1":
version "1.1.1"
Expand All @@ -16,7 +16,7 @@
dependencies:
"@actions/io" "^1.0.1"

"@actions/http-client@^2.0.0":
"@actions/http-client@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==
Expand Down

0 comments on commit 869c6f4

Please sign in to comment.