From 0df2f92da5f5bf69b0499f3485e4d5a2a8c65803 Mon Sep 17 00:00:00 2001 From: Dylan Hall Date: Wed, 22 Mar 2023 09:24:17 -0400 Subject: [PATCH] bump github action version all previous versions of this action were removed by the owner when v0.2.1 was pushed a few days ago... not ideal --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 956e92b867..f791228f94 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: mv build/docs/javadoc/* output/build/javadoc - name: Delete Previous master-branch-latest Tag - uses: dev-drprasad/delete-tag-and-release@v0.1.2 + uses: dev-drprasad/delete-tag-and-release@v0.2.1 with: delete_release: true tag_name: master-branch-latest