Skip to content

Commit 013e892

Browse files
authored
Merge pull request #93 from docker/dependabot/npm_and_yarn/actions/core-1.3.0
Bump @actions/core from 1.2.7 to 1.3.0
2 parents 84dbd57 + 4a03258 commit 013e892

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
@@ -29,7 +29,7 @@
2929
],
3030
"license": "Apache-2.0",
3131
"dependencies": {
32-
"@actions/core": "^1.2.7",
32+
"@actions/core": "^1.3.0",
3333
"@actions/github": "^5.0.0",
3434
"csv-parse": "^4.15.4",
3535
"handlebars": "^4.7.7",

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/github@^5.0.0":
1111
version "5.0.0"

0 commit comments

Comments
 (0)