Skip to content

Commit

Permalink
release 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaymatrosov committed Oct 10, 2023
1 parent da1aef7 commit 6c7a8ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ inputs:
required: false
log-level:
description: 'Minimum log level (trace, debug, info, warn, error, fatal)'
default: 'unspecified'
default: ''
required: false


Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yc-actions-yc-sls-function",
"version": "2.9.0",
"version": "2.9.1",
"description": "GitHub Action to deploy Serverless Function to Yandex Cloud.",
"main": "lib/main.js",
"scripts": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"@types/jest": "^29.5.5",
"@types/mustache": "^4.2.3",
"@types/node": "^20.8.4",
"@types/stream-buffers": "^3.0.5",
"@types/stream-buffers": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.7.4",
"@vercel/ncc": "^0.38.0",
Expand Down

0 comments on commit 6c7a8ac

Please sign in to comment.