From 21ab52802b5e7c9759c73b21b9369f2648711bc4 Mon Sep 17 00:00:00 2001 From: Fran Date: Sun, 3 Nov 2024 20:00:34 -0500 Subject: [PATCH] fix: Update text --- .github/workflows/dependency-review.yml | 4 ++-- sources/main.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index e22a6ca..ad57d14 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -11,9 +11,9 @@ jobs: steps: - name: Checkout repository 🛎️ - uses: https://github.com/actions/checkout@v3 + uses: https://github.com/actions/checkout@v4 - name: Dependency review 👀 - uses: https://github.com/actions/dependency-review-action@v3 + uses: https://github.com/actions/dependency-review-action@v4.4.0 with: comment-summary-in-pr: true diff --git a/sources/main.py b/sources/main.py index a659fdf..74fea10 100644 --- a/sources/main.py +++ b/sources/main.py @@ -175,7 +175,7 @@ async def get_stats() -> str: for user in data: username = user.login.replace("-", "--") stats += f"[![@{user.login}](https://img.shields.io/badge/@{username}-black?style=plastic&logo=github&logoColor=fff)]({user.html_url}) " - stats += f"\n\n###### Follow my account to appear on this list. *The list updates every 12h*\n\n" + stats += "\n\n###### Follow my account to appear on this list. *The list updates every 12h*\n\n" stats += f"**📈 {FM.t('Stats')}** \n\n"