From a9a2ee99da59858899242d7ad228ce9b7d30fd6c Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Tue, 2 Jul 2024 11:19:07 +0100 Subject: [PATCH] ci: Use newer snapshot of asset lib action I realised that the previous pinned commit had not refreshed dist/index.js for some of the changes. This pinned commit corresponds to . --- .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 699a1264..69c291b7 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@fd3395aa70bba333c0d3cc33c78dc03c18d149ae + uses: wjt/godot-asset-lib-action@9cce3792b504bec69eb06b852b008d095e372f56 with: username: ${{ secrets.GODOT_ASSET_LIBRARY_USERNAME }} password: ${{ secrets.GODOT_ASSET_LIBRARY_PASSWORD }}