From c8857fdbbd3e00f9a5cbe8604bcecfa95ce8fef8 Mon Sep 17 00:00:00 2001 From: Ashutosh Gangwar Date: Sat, 11 Jan 2025 11:49:46 +0530 Subject: [PATCH] bump docker image to v2.1.0 in action.yaml --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index e8eba92..b6e6e60 100644 --- a/action.yaml +++ b/action.yaml @@ -14,7 +14,7 @@ inputs: default: "false" runs: using: docker - image: docker://ashutoshgngwr/validate-fastlane-supply-metadata:v2.0.0 + image: docker://ashutoshgngwr/validate-fastlane-supply-metadata:v2.1.0 args: - -ga-file-annotations - -play-store-locales=${{ inputs.usePlayStoreLocales }}