diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 4e247fbd2..ec878872f 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -16,7 +16,7 @@ jobs: with: persistent-credentials: false - name: "Setup updatecli" - uses: "updatecli/updatecli-action@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0 + uses: "updatecli/updatecli-action@d422ba543720d01a96d4c3e3ab8544cc188cd711" # v3.5.0 with: version: "v0.120.0" - name: "Run updatecli" diff --git a/.github/workflows/updatecli_release.yaml b/.github/workflows/updatecli_release.yaml index 39ef46576..cea279fff 100644 --- a/.github/workflows/updatecli_release.yaml +++ b/.github/workflows/updatecli_release.yaml @@ -32,7 +32,7 @@ jobs: with: persist-credentials: false - name: "Setup updatecli" - uses: "updatecli/updatecli-action@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0 + uses: "updatecli/updatecli-action@d422ba543720d01a96d4c3e3ab8544cc188cd711" # v3.5.0 with: version: "v0.120.0" # releasepost is required by the Updatecli diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index 29b1cec38..b3d286562 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -13,7 +13,7 @@ jobs: with: persist-credentials: false - name: "Setup updatecli" - uses: "updatecli/updatecli-action@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0 + uses: "updatecli/updatecli-action@d422ba543720d01a96d4c3e3ab8544cc188cd711" # v3.5.0 with: version: "v0.120.0" - name: "Test updatecli in dry-run mode" diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index deaa1dff8..49ba4174c 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -27,7 +27,7 @@ jobs: with: persist-credentials: false - name: "Setup updatecli" - uses: "updatecli/updatecli-action@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0 + uses: "updatecli/updatecli-action@d422ba543720d01a96d4c3e3ab8544cc188cd711" # v3.5.0 with: version: "v0.120.0" - name: "Run updatecli"