From 02893dfd1665fe6e40c50d1177b8da90ca91191e Mon Sep 17 00:00:00 2001 From: Salvatore Mesoraca Date: Wed, 30 Oct 2024 10:04:55 +0100 Subject: [PATCH] Revert "Temporarily fix https://github.com/actions/runner-images/issues/10781" This reverts commit 318019a1326ed69696627edd51db80d7a2840afd. Signed-off-by: Salvatore Mesoraca --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 4a73aead..ffc80a4f 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -27,7 +27,7 @@ jobs: dependency-audit: name: Dependency audit - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: pypa/gh-action-pip-audit@v1.1.0