From aef09e246099e0c661b244a8273af765e1bbea52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:00:56 -0500 Subject: [PATCH] Bump firebelley/godot-export from 5.2.1 to 6.0.0 (#13) Bumps [firebelley/godot-export](https://github.com/firebelley/godot-export) from 5.2.1 to 6.0.0. - [Release notes](https://github.com/firebelley/godot-export/releases) - [Commits](https://github.com/firebelley/godot-export/compare/v5.2.1...v6.0.0) --- updated-dependencies: - dependency-name: firebelley/godot-export dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b4a2383..bc5bec6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -33,7 +33,7 @@ jobs: echo "GODOT_ANDROID_KEYSTORE_DEBUG_PASSWORD=${{ secrets.ANDROID_DEBUG_KEYSTORE_PASSWORD }}" >> $GITHUB_ENV - name: Export Game id: export - uses: firebelley/godot-export@v5.2.1 + uses: firebelley/godot-export@v6.0.0 with: godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.2/Godot_v4.2-stable_linux.x86_64.zip godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.2/Godot_v4.2-stable_export_templates.tpz diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a5b57f..245273c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: echo "GODOT_ANDROID_KEYSTORE_DEBUG_PASSWORD=${{ secrets.ANDROID_DEBUG_KEYSTORE_PASSWORD }}" >> $GITHUB_ENV - name: Export Game id: export - uses: firebelley/godot-export@v5.2.1 + uses: firebelley/godot-export@v6.0.0 with: godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.2/Godot_v4.2-stable_linux.x86_64.zip godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.2/Godot_v4.2-stable_export_templates.tpz