From f21368b39df7c15277708c6c7e529e9a6f4db9f8 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Wed, 24 Jul 2024 13:57:14 +0100 Subject: [PATCH] ci: Use asset lib action 0.6.0 All my PRs were merged & released so this is equivalent to the version we have been using from my fork. --- .github/workflows/godot-asset-library.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/godot-asset-library.yaml b/.github/workflows/godot-asset-library.yaml index 69c291b7..e57363a1 100644 --- a/.github/workflows/godot-asset-library.yaml +++ b/.github/workflows/godot-asset-library.yaml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Push to Godot Asset Library - uses: wjt/godot-asset-lib-action@9cce3792b504bec69eb06b852b008d095e372f56 + uses: deep-entertainment/godot-asset-lib-action@v0.6.0 with: username: ${{ secrets.GODOT_ASSET_LIBRARY_USERNAME }} password: ${{ secrets.GODOT_ASSET_LIBRARY_PASSWORD }}