From d0a9bcbb86fc29ecf85b2308f63653a2ef6ab0b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= <{{ gitemail }}> Date: Thu, 30 Mar 2023 10:00:12 +0200 Subject: [PATCH] Use tomlkit to read manifest --- .github/workflows/updater.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 2545829..a2dfee8 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -28,6 +28,11 @@ jobs: packages: python3-tomlkit version: 1.0 + - uses: awalsh128/cache-apt-pkgs-action@latest + with: + packages: python3-tomlkit + version: 1.0 + - name: Run the updater script run: .github/workflows/updater.py