Skip to content

Commit f3ff6bf

Browse files
authored
Merge pull request #35 from docker/dependabot/npm_and_yarn/actions/core-1.3.0
Bump @actions/core from 1.2.7 to 1.3.0
2 parents c308fdd + b563a4e commit f3ff6bf

File tree

3 files changed

+84
-17
lines changed

3 files changed

+84
-17
lines changed

dist/index.js

+79-12
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.7",
29+
"@actions/core": "^1.3.0",
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.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==
5+
"@actions/core@^1.3.0":
6+
version "1.3.0"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.3.0.tgz#f5e4b24c889e7f2e58b466cc8c7481292284eba0"
8+
integrity sha512-xxtX0Cwdhb8LcgatfJkokqT8KzPvcIbwL9xpLU09nOwBzaStbfm0dNncsP0M4us+EpoPdWy7vbzU5vSOH7K6pg==
99

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

0 commit comments

Comments
 (0)