From 6c54d19bf7418a5682134583084ac3d890d5b9ef Mon Sep 17 00:00:00 2001 From: androidacy-user Date: Mon, 1 May 2023 14:19:11 -0400 Subject: [PATCH] define version Signed-off-by: androidacy-user --- .github/workflows/dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 41c16ca..1bd2488 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 - name: Run snapshot action - uses: mikepenz/gradle-dependency-submission@0.8.6 + uses: mikepenz/gradle-dependency-submission@v1 with: gradle-project-path: "./app" gradle-build-module: ":app" \ No newline at end of file