Skip to content

Commit caa853c

Browse files
authored
Merge pull request #29 from docker/dependabot/npm_and_yarn/actions/core-1.2.7
Bump @actions/core from 1.2.6 to 1.2.7
2 parents 25f0500 + ca76aa0 commit caa853c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

dist/index.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"license": "Apache-2.0",
2828
"dependencies": {
29-
"@actions/core": "^1.2.6",
29+
"@actions/core": "^1.2.7",
3030
"@actions/exec": "^1.0.4"
3131
},
3232
"devDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.2.6":
6-
version "1.2.6"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.6.tgz#a78d49f41a4def18e88ce47c2cac615d5694bf09"
8-
integrity sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==
5+
"@actions/core@^1.2.7":
6+
version "1.2.7"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.7.tgz#594f8c45b213f0146e4be7eda8ae5cf4e198e5ab"
8+
integrity sha512-kzLFD5BgEvq6ubcxdgPbRKGD2Qrgya/5j+wh4LZzqT915I0V3rED+MvjH6NXghbvk1MXknpNNQ3uKjXSEN00Ig==
99

1010
"@actions/exec@^1.0.4":
1111
version "1.0.4"

0 commit comments

Comments
 (0)