From 669da4be1a50bcda0d825e1e1a389adfa38a50f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 01:16:59 +0000 Subject: [PATCH 1/3] chore(deps): update base digest to d537f61 --- base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base b/base index c530688..d537f61 160000 --- a/base +++ b/base @@ -1 +1 @@ -Subproject commit c530688bca94ec92d047eda6d922da474bac576b +Subproject commit d537f6183ce5c68961b9971893298737215d9eed From 56fcf884d2f57c8bf0c45fc6acebba4e1b894f58 Mon Sep 17 00:00:00 2001 From: Dafydd Jones Date: Fri, 31 May 2024 15:47:38 +0100 Subject: [PATCH 2/3] fix(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.4 --- template/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index 4901b62..e7236ac 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: args: [--assume-in-merge] - id: check-yaml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.3 + rev: 0.28.4 hooks: - id: check-github-workflows name: Check GitHub workflows with check-jsonschema From 28cc4e6ed1714c84c7759235638144f8359b1c13 Mon Sep 17 00:00:00 2001 From: Dafydd Jones Date: Fri, 31 May 2024 15:48:30 +0100 Subject: [PATCH 3/3] fix(deps): update actions/checkout action to v4.1.6 --- template/.github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/.github/workflows/main.yml b/template/.github/workflows/main.yml index 54488db..f5118c4 100644 --- a/template/.github/workflows/main.yml +++ b/template/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: # renovate: datasource=github-tags depName=python/cpython PYTHON_VERSION: 3.12.3 steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: ${{ env.PYTHON_VERSION }} @@ -21,7 +21,7 @@ jobs: outputs: value: ${{ steps.get-value.outputs.value }} steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - id: get-value name: Run this action uses: ./ @@ -47,7 +47,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Run `semantic-release` uses: codfish/semantic-release-action@b0e57c976bf8f74b2454f59a30e4a1b5f11727b4 # v3.3.0 id: sem-rel