We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca7fecd + 9e385dd commit acfa315Copy full SHA for acfa315
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- serverless-tools (0.17.22)
+ serverless-tools (0.17.23)
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.22"
+ image: "docker://ghcr.io/fac/serverless-tools-gha:v0.17.23"
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.22"
+ VERSION = "0.17.23"
end
0 commit comments