I'm running on Ubuntu 20.04 on Circle CI "machine" executor. Today I see that:
sudo apt-get install -y pkg1 pkg2
is throwing this warning:
W: --force-yes is deprecated, use one of the options starting with --allow instead
I'm not using "--force-yes". Where is this coming from? Even
sudo apt-get update
throws the same warning.