Skip to content

Commit

Permalink
Merge pull request #371 from fac/bump-serverless-tools
Browse files Browse the repository at this point in the history
Bump serverless-tools to 0.18.1
  • Loading branch information
dmorgan-fa authored Feb 18, 2025
2 parents 23f8302 + 5bf8adc commit 3597a8f
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.0)
serverless-tools (0.18.1)
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.0)
serverless-tools (0.18.1)
slack-ruby-client (2.5.1) sha256=d7075c79e5a39fae4003ed5f786b258d2d7795c01b1a7a97684078bc3561c92d
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.0"
image: "docker://ghcr.io/fac/serverless-tools-gha:v0.18.1"
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.0"
VERSION = "0.18.1"
end

0 comments on commit 3597a8f

Please sign in to comment.