diff --git a/Gemfile.lock b/Gemfile.lock index c714e9a..d5d54c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - serverless-tools (0.14.12) + serverless-tools (0.14.13) aws-sdk-ecr aws-sdk-lambda aws-sdk-s3 diff --git a/action.yml b/action.yml index c7e8ad0..e97d126 100644 --- a/action.yml +++ b/action.yml @@ -6,6 +6,6 @@ inputs: required: true runs: using: "docker" - image: "docker://ghcr.io/fac/serverless-tools-gha:v0.14.12" + image: "docker://ghcr.io/fac/serverless-tools-gha:v0.14.13" args: - ${{ inputs.command }} diff --git a/lib/serverless-tools/version.rb b/lib/serverless-tools/version.rb index 565e625..c993139 100644 --- a/lib/serverless-tools/version.rb +++ b/lib/serverless-tools/version.rb @@ -1,5 +1,5 @@ module ServerlessTools # When updating the version, also update the verion specified in the image tag # of the action.yml. - VERSION = "0.14.12" + VERSION = "0.14.13" end