We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0a93ef + 0c20c71 commit 9776eb0Copy full SHA for 9776eb0
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- serverless-tools (0.17.9)
+ serverless-tools (0.17.10)
5
aws-sdk-ecr
6
aws-sdk-lambda
7
aws-sdk-s3
action.yml
@@ -6,6 +6,6 @@ inputs:
required: true
runs:
8
using: "docker"
9
- image: "docker://ghcr.io/fac/serverless-tools-gha:v0.17.9"
+ image: "docker://ghcr.io/fac/serverless-tools-gha:v0.17.10"
10
args:
11
- ${{ inputs.command }}
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.9"
+ VERSION = "0.17.10"
end
0 commit comments