From fa6ed5ac4e464a852bee19b220badea52f339ddb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 15:38:00 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v5 --- .github/workflows/submodule.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/submodule.yml b/.github/workflows/submodule.yml index 19a36776..93b77277 100644 --- a/.github/workflows/submodule.yml +++ b/.github/workflows/submodule.yml @@ -30,7 +30,7 @@ jobs: submodules: recursive # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: 3.8 @@ -61,7 +61,7 @@ jobs: submodules: recursive # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: 3.8