diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 6eb6a50..faa8228 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -12,9 +12,9 @@ jobs: - name: "Checkout" uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1 + uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2 with: - version: "v0.116.2" + version: "v0.116.3" - name: "Run updatecli" run: updatecli compose apply --clean-git-branches=true --experimental env: diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index a0f11c1..aac07e1 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -11,9 +11,9 @@ jobs: - name: "Checkout" uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1 + uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2 with: - version: "v0.116.2" + version: "v0.116.3" - name: "Test updatecli in dry-run mode" run: "updatecli compose diff" env: diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index 8390481..03f139c 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -12,9 +12,9 @@ jobs: - name: "Checkout" uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1 + uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2 with: - version: "v0.116.2" + version: "v0.116.3" - name: "Run updatecli only on existing pipelines" run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental env: