Skip to content

Commit 552dafb

Browse files
committed
Bump serverless-tools to 0.19.28
1 parent 82b99dd commit 552dafb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
serverless-tools (0.19.27)
4+
serverless-tools (0.19.28)
55
aws-sdk-ecr
66
aws-sdk-lambda
77
aws-sdk-s3
@@ -183,7 +183,7 @@ CHECKSUMS
183183
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
184184
ruby2_keywords (0.0.5) sha256=ffd13740c573b7301cf7a2e61fc857b2a8e3d3aff32545d6f8300d8bae10e3ef
185185
sawyer (0.9.2) sha256=fa3a72d62a4525517b18857ddb78926aab3424de0129be6772a8e2ba240e7aca
186-
serverless-tools (0.19.27)
186+
serverless-tools (0.19.28)
187187
slack-ruby-client (3.1.0) sha256=8198cefb065e6c48fd5c62fb84846c8ee23364aea62d4750be9430f81647e172
188188
test-unit (3.7.7) sha256=3c89d5ff0690a16bef9946156c4624390402b9d54dfcf4ce9cbd5b06bead1e45
189189
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ inputs:
66
required: true
77
runs:
88
using: "docker"
9-
image: "docker://ghcr.io/fac/serverless-tools-gha:v0.19.27"
9+
image: "docker://ghcr.io/fac/serverless-tools-gha:v0.19.28"
1010
args:
1111
- ${{ inputs.command }}

lib/serverless-tools/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ServerlessTools
22
# When updating the version, also update the verion specified in the image tag
33
# of the action.yml.
4-
VERSION = "0.19.27"
4+
VERSION = "0.19.28"
55
end

0 commit comments

Comments
 (0)