Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
satackey committed Mar 27, 2020
1 parent 1fbd9fa commit 4637acb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const core = require('@actions/core')
const exec = require('actions-exec-wrapper')
const exec = require('actions-exec-listener')
const fs = require('fs')
const yaml = require('js-yaml')
const rimraf = require('rimraf')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.3",
"actions-exec-wrapper": "^0.0.3",
"actions-exec-listener": "^0.0.1",
"js-yaml": "^3.13.1",
"rimraf": "^3.0.2"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.0.2.tgz#2f614b6e69ce14d191180451eb38e6576a6e6b27"
integrity sha512-J8KuFqVPr3p6U8W93DOXlXW6zFvrQAJANdS+vw0YhusLIq+bszW8zmK2Fh1C2kDPX8FMvwIl1OUcFgvJoXLbAg==

actions-exec-wrapper@^0.0.3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/actions-exec-wrapper/-/actions-exec-wrapper-0.0.3.tgz#83a0e93be314b405549b5f24daaaca9316ba1144"
integrity sha512-1DA6YqFqiaThfyQqKELTuVBBGQmpAecrWX0N9Lgg9UZ6Q8/dinUvxFOIONhtbbwxZiXt560zeVPB3ZJ3cdqkTA==
actions-exec-listener@^0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/actions-exec-listener/-/actions-exec-listener-0.0.1.tgz#480e0ca41b34b19e3a29598691134724aeb9b1c1"
integrity sha512-cpRoiZ3Fs+VarnnbSQJRdkqirQTGzY8dcFOOny8iSzkqg+BZGZzUxN4Af57HjcIo2QdaFn5jljEGeQ84+7a6JQ==
dependencies:
"@actions/exec" "^1.0.3"

Expand Down

0 comments on commit 4637acb

Please sign in to comment.