From 872dda78140d2417aa9b3d5dd390fe217741cb0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:05:36 +0000 Subject: [PATCH 1/3] chore(deps): update base digest to 22971e2 --- base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base b/base index 95506bb..22971e2 160000 --- a/base +++ b/base @@ -1 +1 @@ -Subproject commit 95506bb5fbd1cdb30c1a1f96acd626bf696370d6 +Subproject commit 22971e25f6cd5c253023dcf5c4a241695746cab4 From ebfd6f18981d309d262d4db0d0e228aa102cec50 Mon Sep 17 00:00:00 2001 From: Dafydd Jones Date: Thu, 3 Oct 2024 16:00:39 +0100 Subject: [PATCH 2/3] fix(deps): update dependency actions/python-versions to v3.12.7 --- template/.github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.github/workflows/main.yml b/template/.github/workflows/main.yml index 4b4d48d..7a741af 100644 --- a/template/.github/workflows/main.yml +++ b/template/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=actions/python-versions extractVersion=^(?\S+)-\d+$ - PYTHON_VERSION: 3.12.6 + PYTHON_VERSION: 3.12.7 steps: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 From 8dbab6bdddcfd52d06c895b34e64c9672accdb56 Mon Sep 17 00:00:00 2001 From: Dafydd Jones Date: Thu, 3 Oct 2024 16:01:18 +0100 Subject: [PATCH 3/3] test: approve new changes --- test/GenerateProjectWithName/main_yml.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/GenerateProjectWithName/main_yml.tt b/test/GenerateProjectWithName/main_yml.tt index 4b4d48d..7a741af 100644 --- a/test/GenerateProjectWithName/main_yml.tt +++ b/test/GenerateProjectWithName/main_yml.tt @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=actions/python-versions extractVersion=^(?\S+)-\d+$ - PYTHON_VERSION: 3.12.6 + PYTHON_VERSION: 3.12.7 steps: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0