Skip to content

Commit 5bd0109

Browse files
Bump actions-exec-listener from 0.0.1 to 0.0.2
Bumps [actions-exec-listener](https://github.com/satackey/actions-exec-listener) from 0.0.1 to 0.0.2. - [Release notes](https://github.com/satackey/actions-exec-listener/releases) - [Commits](https://github.com/satackey/actions-exec-listener/commits) Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9417ab commit 5bd0109

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
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"@actions/cache": "^1.0.1",
1010
"@actions/core": "^1.2.4",
11-
"actions-exec-listener": "^0.0.1",
11+
"actions-exec-listener": "^0.0.2",
1212
"crypto": "^1.0.1",
1313
"string-format": "^2.0.0",
1414
"typescript-is": "^0.16.3"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,10 @@ abort-controller@^3.0.0:
215215
dependencies:
216216
event-target-shim "^5.0.0"
217217

218-
actions-exec-listener@^0.0.1:
219-
version "0.0.1"
220-
resolved "https://registry.yarnpkg.com/actions-exec-listener/-/actions-exec-listener-0.0.1.tgz#480e0ca41b34b19e3a29598691134724aeb9b1c1"
221-
integrity sha512-cpRoiZ3Fs+VarnnbSQJRdkqirQTGzY8dcFOOny8iSzkqg+BZGZzUxN4Af57HjcIo2QdaFn5jljEGeQ84+7a6JQ==
218+
actions-exec-listener@^0.0.2:
219+
version "0.0.2"
220+
resolved "https://registry.yarnpkg.com/actions-exec-listener/-/actions-exec-listener-0.0.2.tgz#432de329a6dd0e3e9154ba7cadd1ce16fb00bc0c"
221+
integrity sha512-Z3CFR2PYYuV8lRy744QxYu6hCIlf7AUcQzRR2FhIH/r0S2QVAyExex2mPZirThY4+wSmIN/xfC0J55hd2pHpzg==
222222
dependencies:
223223
"@actions/exec" "^1.0.3"
224224

0 commit comments

Comments
 (0)