diff --git a/base b/base index c530688..d537f61 160000 --- a/base +++ b/base @@ -1 +1 @@ -Subproject commit c530688bca94ec92d047eda6d922da474bac576b +Subproject commit d537f6183ce5c68961b9971893298737215d9eed 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 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