From e0e5ad85fa602da0417414ade4c158d1800aae26 Mon Sep 17 00:00:00 2001 From: Vitor Alho Date: Thu, 7 Sep 2023 01:12:43 -0300 Subject: [PATCH] Update deployment.yml --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 0d2c54a..a273be9 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -12,7 +12,7 @@ jobs: submodules: "recursive" - name: Upload component to the component registry - uses: espressif/upload-components-ci-action@v1 + uses: espressif/upload-components-ci-action@v1.0.1 with: name: "lvgl_esp32_drivers" version: ${{ github.ref_name }}