From 5306eb424f11598a01ecc45cca8c769d74a9c3b9 Mon Sep 17 00:00:00 2001 From: Dale Morgan Date: Mon, 19 Aug 2024 15:22:45 +0100 Subject: [PATCH] Updating serverless tools version # What Releasing: - #305 - #306 --- Gemfile.lock | 2 +- action.yml | 2 +- lib/serverless-tools/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 67558e8..d85643e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - serverless-tools (0.17.17) + serverless-tools (0.17.18) aws-sdk-ecr aws-sdk-lambda aws-sdk-s3 diff --git a/action.yml b/action.yml index 44e60c7..a2b1c70 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.17" + image: "docker://ghcr.io/fac/serverless-tools-gha:v0.17.18" args: - ${{ inputs.command }} diff --git a/lib/serverless-tools/version.rb b/lib/serverless-tools/version.rb index 131eb3f..d787609 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.17" + VERSION = "0.17.18" end