mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2025-04-20 23:47:04 -05:00
Update lib version.
This commit is contained in:
parent
ae57c7f39a
commit
716ba0a711
3 changed files with 640 additions and 640 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[](https://github.com/marketplace/actions/github-environment-variables-action)
|
||||
[](.github/workflows/demo.yml)
|
||||
[](https://github.com/FranzDiebold/github-env-vars-action/releases/tag/v2.6.0)
|
||||
[](https://github.com/FranzDiebold/github-env-vars-action/releases/tag/v2.7.0)
|
||||
[](https://github.com/FranzDiebold/github-env-vars-action/actions?query=workflow%3A%22Lint+and+Test%22)
|
||||
[](./LICENSE)
|
||||
|
||||
|
|
1272
package-lock.json
generated
1272
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "github-env-vars-action",
|
||||
"version": "2.6.0",
|
||||
"version": "2.7.0",
|
||||
"description": "A GitHub Action to expose useful environment variables.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -28,8 +28,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "^0.34.0",
|
||||
"eslint": "^8.23.0",
|
||||
"eslint": "^8.23.1",
|
||||
"eslint-config-google": "^0.14.0",
|
||||
"jest": "^29.0.2"
|
||||
"jest": "^29.0.3"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue