diff --git a/.github/workflows/release-candidate.yaml b/.github/workflows/release-candidate.yaml index 3b761fe9..7f6f1d5a 100644 --- a/.github/workflows/release-candidate.yaml +++ b/.github/workflows/release-candidate.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Check docs build - uses: convictional/trigger-workflow-and-wait@v1.6.1 + uses: convictional/trigger-workflow-and-wait@v1.6.5 with: owner: husarion repo: docs_new @@ -98,7 +98,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Build OS image - uses: convictional/trigger-workflow-and-wait@v1.6.1 + uses: convictional/trigger-workflow-and-wait@v1.6.5 with: owner: husarion repo: panther-rpi-os-img @@ -113,7 +113,7 @@ jobs: } - name: Build flash OS image - uses: convictional/trigger-workflow-and-wait@v1.6.1 + uses: convictional/trigger-workflow-and-wait@v1.6.5 with: owner: husarion repo: panther-rpi-os-img diff --git a/.github/workflows/release-project.yaml b/.github/workflows/release-project.yaml index c756f7e9..fa2cf194 100644 --- a/.github/workflows/release-project.yaml +++ b/.github/workflows/release-project.yaml @@ -49,7 +49,7 @@ jobs: build_type: development - name: Release panther-rpi-os-img repository - uses: convictional/trigger-workflow-and-wait@v1.6.1 + uses: convictional/trigger-workflow-and-wait@v1.6.5 with: owner: husarion repo: panther-rpi-os-img @@ -67,7 +67,7 @@ jobs: - name: Build OS image if: ${{ fromJSON(github.event.inputs.automatic_mode) == true }} - uses: convictional/trigger-workflow-and-wait@v1.6.1 + uses: convictional/trigger-workflow-and-wait@v1.6.5 with: owner: husarion repo: panther-rpi-os-img @@ -83,7 +83,7 @@ jobs: - name: Build flash OS image if: ${{ fromJSON(github.event.inputs.automatic_mode) == true }} - uses: convictional/trigger-workflow-and-wait@v1.6.1 + uses: convictional/trigger-workflow-and-wait@v1.6.5 with: owner: husarion repo: panther-rpi-os-img @@ -96,7 +96,7 @@ jobs: } - name: Rebuild documentation - uses: convictional/trigger-workflow-and-wait@v1.6.1 + uses: convictional/trigger-workflow-and-wait@v1.6.5 with: owner: husarion repo: docs_new