diff --git a/actions/setup/action.yml b/actions/setup/action.yml index f3952d1..3f31d6d 100644 --- a/actions/setup/action.yml +++ b/actions/setup/action.yml @@ -31,9 +31,9 @@ runs: - name: Workaround https://github.com/actions/runner-images/issues/7753 shell: bash run: | - curl -O http://archive.ubuntu.com/ubuntu/pool/universe/g/golang-github-containernetworking-plugins/containernetworking-plugins_1.1.1+ds1-3_amd64.deb - sudo dpkg -i containernetworking-plugins_1.1.1+ds1-3_amd64.deb - rm --force containernetworking-plugins_1.1.1+ds1-3_amd64.deb + curl -O http://archive.ubuntu.com/ubuntu/pool/universe/g/golang-github-containernetworking-plugins/containernetworking-plugins_1.1.1+ds1-3ubuntu0.24.04.2_amd64.deb + sudo dpkg -i containernetworking-plugins_1.1.1+ds1-3ubuntu0.24.04.2_amd64.deb + rm --force containernetworking-plugins_1.1.1+ds1-3ubuntu0.24.04.2_amd64.deb - name: Workaround https://github.com/containers/crun/issues/1308 shell: bash