Skip to content

Commit 64527dc

Browse files
authored
Merge pull request #48 from satackey/dependabot/npm_and_yarn/actions/core-1.2.6
Bump @actions/core from 1.2.5 to 1.2.6
2 parents 5b52ca2 + cff39e8 commit 64527dc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"dependencies": {
99
"@actions/cache": "^1.0.2",
10-
"@actions/core": "^1.2.5",
10+
"@actions/core": "^1.2.6",
1111
"@types/recursive-readdir": "^2.2.0",
1212
"actions-exec-listener": "^0.0.2",
1313
"crypto": "^1.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
semver "^6.1.0"
1818
uuid "^3.3.3"
1919

20-
"@actions/core@^1.2.0", "@actions/core@^1.2.4", "@actions/core@^1.2.5":
21-
version "1.2.5"
22-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.5.tgz#fa57bf8c07a38191e243beb9ea9d8368c1cb02c8"
23-
integrity sha512-mwpoNjHSWWh0IiALdDEQi3tru124JKn0yVNziIBzTME8QRv7thwoghVuT1jBRjFvdtoHsqD58IRHy1nf86paRg==
20+
"@actions/core@^1.2.0", "@actions/core@^1.2.4", "@actions/core@^1.2.6":
21+
version "1.2.6"
22+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.6.tgz#a78d49f41a4def18e88ce47c2cac615d5694bf09"
23+
integrity sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==
2424

2525
"@actions/exec@^1.0.1", "@actions/exec@^1.0.3":
2626
version "1.0.4"

0 commit comments

Comments
 (0)