From c3b17d33c3539b761b744fabaa778dc90a0f4c4c Mon Sep 17 00:00:00 2001 From: Ben Woo <30431861+benwoo1110@users.noreply.github.com> Date: Wed, 23 Aug 2023 10:49:49 +0800 Subject: [PATCH] chore: Use major versioning for actions that supports --- .github/workflows/call.github_release.yml | 2 +- .github/workflows/call.platform_uploads.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/call.github_release.yml b/.github/workflows/call.github_release.yml index 2c72ffe0..7a3c5d47 100644 --- a/.github/workflows/call.github_release.yml +++ b/.github/workflows/call.github_release.yml @@ -58,7 +58,7 @@ jobs: - name: Create release id: release - uses: benwoo1110/semantic-release-action@v1.0.1 + uses: benwoo1110/semantic-release-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} release_mode: ${{ inputs.release_mode }} diff --git a/.github/workflows/call.platform_uploads.yml b/.github/workflows/call.platform_uploads.yml index 0b045ae3..02aaee02 100644 --- a/.github/workflows/call.platform_uploads.yml +++ b/.github/workflows/call.platform_uploads.yml @@ -59,7 +59,7 @@ jobs: - name: Upload to Modrinth if: inputs.upload_modrinth == 'true' - uses: benwoo1110/modrinth-upload-action@v1.0.0 + uses: benwoo1110/modrinth-upload-action@v1 with: api_token: ${{ secrets.MODRINTH_TOKEN }} project_id: 3wmN97b8 @@ -73,7 +73,7 @@ jobs: - name: Upload to DBO if: inputs.upload_dbo == 'true' - uses: benwoo1110/dbo-upload-action@v1.0.1 + uses: benwoo1110/dbo-upload-action@v1 with: api_token: ${{ secrets.DBO_UPLOAD_API_TOKEN }} project_id: 30765