Skip to content

Commit 9776eb0

Browse files
authored
Merge pull request #264 from fac/bumping-serverless-tools-version
Bumping serverless-tools version
2 parents b0a93ef + 0c20c71 commit 9776eb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
serverless-tools (0.17.9)
4+
serverless-tools (0.17.10)
55
aws-sdk-ecr
66
aws-sdk-lambda
77
aws-sdk-s3

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.17.9"
9+
image: "docker://ghcr.io/fac/serverless-tools-gha:v0.17.10"
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.17.9"
4+
VERSION = "0.17.10"
55
end

0 commit comments

Comments
 (0)