Skip to content

Commit

Permalink
Merge pull request #375 from fac/dgholz/bump_patch_release
Browse files Browse the repository at this point in the history
Bump serverless-tools to 0.18.2
  • Loading branch information
dgholz authored Mar 3, 2025
2 parents f08a1c9 + 4b310ed commit d84b566
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
serverless-tools (0.18.1)
serverless-tools (0.18.2)
aws-sdk-ecr
aws-sdk-lambda
aws-sdk-s3
Expand Down Expand Up @@ -175,7 +175,7 @@ CHECKSUMS
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
ruby2_keywords (0.0.5) sha256=ffd13740c573b7301cf7a2e61fc857b2a8e3d3aff32545d6f8300d8bae10e3ef
sawyer (0.9.2) sha256=fa3a72d62a4525517b18857ddb78926aab3424de0129be6772a8e2ba240e7aca
serverless-tools (0.18.1)
serverless-tools (0.18.2)
slack-ruby-client (2.5.2) sha256=afe3c9ddee00ca6bdf8871fe96cefff4dd746ecc51f70f7e290303a4a3903c93
test-unit (3.6.7) sha256=c342bb9f7334ea84a361b43c20b063f405c0bf3c7dbe3ff38f61a91661d29221
thor (1.3.2) sha256=eef0293b9e24158ccad7ab383ae83534b7ad4ed99c09f96f1a6b036550abbeda
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ inputs:
required: true
runs:
using: "docker"
image: "docker://ghcr.io/fac/serverless-tools-gha:v0.18.1"
image: "docker://ghcr.io/fac/serverless-tools-gha:v0.18.2"
args:
- ${{ inputs.command }}
2 changes: 1 addition & 1 deletion lib/serverless-tools/version.rb
Original file line number Diff line number Diff line change
@@ -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.18.1"
VERSION = "0.18.2"
end

0 comments on commit d84b566

Please sign in to comment.