diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index faa8228..87fd1a8 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -12,7 +12,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2 + uses: "updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3 with: version: "v0.116.3" - name: "Run updatecli" diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index aac07e1..a0802ec 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -11,7 +11,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2 + uses: "updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3 with: version: "v0.116.3" - name: "Test updatecli in dry-run mode" diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index 03f139c..0ac6061 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -12,7 +12,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2 + uses: "updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3 with: version: "v0.116.3" - name: "Run updatecli only on existing pipelines"