diff --git a/.github/actions/install-tmt/action.yml b/.github/actions/install-tmt/action.yml index 8fea40d58..6f5606c0d 100644 --- a/.github/actions/install-tmt/action.yml +++ b/.github/actions/install-tmt/action.yml @@ -11,5 +11,5 @@ runs: # handling for the `connect` provisioner we use here (e.g. # https://github.com/teemtee/tmt/issues/5068); bump deliberately. # renovate: datasource=pypi depName=tmt - export VERSION=1.74.0 + export VERSION=1.77.0 pip install --user "tmt[provision-virtual]==${VERSION}"