From fd6caa925a3915de41ae108bfb2b8e3e818d9112 Mon Sep 17 00:00:00 2001 From: Ivo Clarysse Date: Sat, 28 Dec 2024 09:24:29 +0100 Subject: [PATCH] gha: pltcloud-action: v1.1.4 -> v1.1.5 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aabe7fe..790a429 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PLTcloud Access Check - uses: bcdevices/pltcloud-action@v1.1.4 + uses: bcdevices/pltcloud-action@v1.1.5 with: API_TOKEN: ${{ secrets.API_TOKEN }} PROJECT_UUID: ${{ secrets.PROJECT_UUID }} @@ -19,7 +19,7 @@ jobs: - name: build zepyhr uses: ./.github/actions/action-zephyr - name: PLTcloud - uses: bcdevices/pltcloud-action@v1.1.4 + uses: bcdevices/pltcloud-action@v1.1.5 if: contains(github.ref, 'tags') with: API_TOKEN: ${{ secrets.API_TOKEN }}