From a41a6f4db3ba435125609fa4bd4d7c1cc40508ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:02:39 +0000 Subject: [PATCH] build(deps): bump actions/setup-python from 4 to 5 (#108) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manish <58568255+themaniskshah@users.noreply.github.com> --- .github/workflows/readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index cc0bfe3d..e216d317 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -27,7 +27,7 @@ jobs: token: ${{ env.GH_TOKEN }} - name: 'Set up Python 3.7' - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x'