diff --git a/Gemfile.lock b/Gemfile.lock index a7f5948..cd640ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - serverless-tools (0.17.15) + serverless-tools (0.17.16) aws-sdk-ecr aws-sdk-lambda aws-sdk-s3 diff --git a/action.yml b/action.yml index 47fb194..6199629 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.17.15" + image: "docker://ghcr.io/fac/serverless-tools-gha:v0.17.16" args: - ${{ inputs.command }} diff --git a/lib/serverless-tools/version.rb b/lib/serverless-tools/version.rb index adde340..7c9df40 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.17.15" + VERSION = "0.17.16" end