Skip to content

Commit da6270c

Browse files
Bump @actions/core from 1.2.4 to 1.2.6 (#4)
* Bump @actions/core from 1.2.4 to 1.2.6 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.4 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] <[email protected]> * update package Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: munderseth <[email protected]>
1 parent 59a9df1 commit da6270c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-testspace",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A GitHub Action to install and configure the Testspace client used for publishing test content",
55
"main": "index.js",
66
"scripts": {
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/testspace-com/setup-testspace#readme",
2626
"dependencies": {
27-
"@actions/core": "^1.2.4",
27+
"@actions/core": "^1.2.6",
2828
"@actions/tool-cache": "^1.5.5"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)