From 06ada83dc16b7a21b544b7a965cd3f05ea86755a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:17:55 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20eifinger/setup-ry?= =?UTF-8?q?e=20action=20to=20v3.0.3=20(#780)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pylint.yaml | 2 +- .github/workflows/ruff.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pylint.yaml b/.github/workflows/pylint.yaml index e5bed803..cf828510 100644 --- a/.github/workflows/pylint.yaml +++ b/.github/workflows/pylint.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: 🏗 Set up rye - uses: eifinger/setup-rye@v3.0.2 + uses: eifinger/setup-rye@v3.0.3 with: enable-cache: true diff --git a/.github/workflows/ruff.yaml b/.github/workflows/ruff.yaml index 1024523e..441e5b65 100644 --- a/.github/workflows/ruff.yaml +++ b/.github/workflows/ruff.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: 🏗 Set up rye - uses: eifinger/setup-rye@v3.0.2 + uses: eifinger/setup-rye@v3.0.3 with: enable-cache: true