From 526f309cc7d8a11ca737a442d300963ff90c4423 Mon Sep 17 00:00:00 2001 From: Marcel Arns Date: Wed, 6 Mar 2024 09:52:00 +0100 Subject: [PATCH] WIP --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f5937c..6a946d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: moneymeets/action-setup-python-poetry@master + - uses: moneymeets/action-setup-python-poetry@feature/test-marcel - uses: moneymeets/moneymeets-composite-actions/lint-python@master