From 8ae48b0677fa0e33244bf94720f9f9b7ee272a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20W=C3=BCrsten?= Date: Tue, 10 Sep 2024 14:17:48 +0200 Subject: [PATCH] chore(deps): update --- .github/workflows/test.yml | 3 ++- requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d7900b..28445c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,12 +8,13 @@ on: jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: matrix: distro: - ubuntu20 - ubuntu22 + - ubuntu24 steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/requirements.txt b/requirements.txt index 442470a..28b2262 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ ansible-lint~=24.5.0 yamllint~=1.35.1 ## molecule tests -molecule~=24.2.1 -molecule-plugins~=23.5.3 -docker~=7.0.0 +molecule~=24.8.0 +molecule-plugins~=24.7.0 +docker~=7.1.0