Skip to content

Commit 6287e92

Browse files
bump @actions/exec to 1.1.1
1 parent bf71a70 commit 6287e92

14 files changed

+969
-10
lines changed

.licenses/npm/@actions/exec.dep.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
name: "@actions/exec"
3-
version: 1.0.0
3+
version: 1.1.1
44
type: npm
55
summary: Actions exec lib
6-
homepage: https://github.com/actions/toolkit/tree/master/packages/exec
6+
homepage: https://github.com/actions/toolkit/tree/main/packages/exec
77
license: mit
88
licenses:
99
- sources: LICENSE.md
1010
text: |-
11+
The MIT License (MIT)
12+
1113
Copyright 2019 GitHub
1214
1315
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

node_modules/@actions/exec/LICENSE.md

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

node_modules/@actions/exec/README.md

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

node_modules/@actions/exec/lib/exec.d.ts

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

node_modules/@actions/exec/lib/exec.js

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

node_modules/@actions/exec/lib/exec.js.map

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

node_modules/@actions/exec/lib/interfaces.d.ts

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

node_modules/@actions/exec/lib/interfaces.js

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

node_modules/@actions/exec/lib/toolrunner.d.ts

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

0 commit comments

Comments
 (0)