package missing from repo

Asked by Rich McGirr

When running github actions this package is now missing from the repo https://security.ubuntu.com/ubuntu/pool/main/d/dpkg/libdpkg-perl_1.22.6ubuntu6.2_all.deb
and causes the actions to fail.

This is my tests file
https://github.com/rmcgirr83/announceonindex/blob/master/.github/workflows/tests.yml

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Best Manfred Hampl (m-hampl) said (last edit ):
#1

It seems that the package in question has been superseded by a newer version a few days ago, libdpkg-perl_1.22.6ubuntu6.3_all.deb

Run "sudo apt update" to refresh your package inventory!

Revision history for this message
Rich McGirr (rmcgirr83) said :
#2

Thanks Manfred Hampl, that solved my question.