From a0c85faaa8137d1f3f19406350e34363ad47536a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:10:05 +0000 Subject: [PATCH] Renovate: paddyroddy/.github --- .github/workflows/deploy.yaml | 2 +- .github/workflows/documentation.yaml | 2 +- .github/workflows/licence.yaml | 2 +- .github/workflows/links.yaml | 2 +- .github/workflows/linting.yaml | 2 +- .github/workflows/test.yaml | 2 +- .pre-commit-config.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index e9e9c288..8e73bb10 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -17,7 +17,7 @@ jobs: id-token: write steps: # yamllint disable-line rule:line-length - - uses: paddyroddy/.github/actions/python/deployment@18d8678a5aea33da18556ae7823433325631dadd # v0 + - uses: paddyroddy/.github/actions/python/deployment@c1d8426fe621d0826a57cb5de36bf9f8cabde150 # v0 with: pyproject-toml: ./pyproject.toml python-version: "3.12" diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index e91d05e8..f7cf3b74 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: # yamllint disable-line rule:line-length - - uses: paddyroddy/.github/actions/python/pdoc@18d8678a5aea33da18556ae7823433325631dadd # v0 + - uses: paddyroddy/.github/actions/python/pdoc@c1d8426fe621d0826a57cb5de36bf9f8cabde150 # v0 with: docs-dependency-section: .[docs] gh-pages-publish-directory: ./html/sleplet diff --git a/.github/workflows/licence.yaml b/.github/workflows/licence.yaml index 893358a6..265eed69 100644 --- a/.github/workflows/licence.yaml +++ b/.github/workflows/licence.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: # yamllint disable-line rule:line-length - - uses: paddyroddy/.github/actions/licence@18d8678a5aea33da18556ae7823433325631dadd # v0 + - uses: paddyroddy/.github/actions/licence@c1d8426fe621d0826a57cb5de36bf9f8cabde150 # v0 with: github-token: ${{ secrets.GITHUB_TOKEN }} licence-file: ./LICENCE.txt diff --git a/.github/workflows/links.yaml b/.github/workflows/links.yaml index 04579d3b..7032374e 100644 --- a/.github/workflows/links.yaml +++ b/.github/workflows/links.yaml @@ -14,6 +14,6 @@ jobs: timeout-minutes: 2 steps: # yamllint disable-line rule:line-length - - uses: paddyroddy/.github/actions/links@18d8678a5aea33da18556ae7823433325631dadd # v0 + - uses: paddyroddy/.github/actions/links@c1d8426fe621d0826a57cb5de36bf9f8cabde150 # v0 with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 9f4fd082..9a6bd8fd 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-latest steps: # yamllint disable-line rule:line-length - - uses: paddyroddy/.github/actions/linting@18d8678a5aea33da18556ae7823433325631dadd # v0 + - uses: paddyroddy/.github/actions/linting@c1d8426fe621d0826a57cb5de36bf9f8cabde150 # v0 with: pre-commit-config: ./.pre-commit-config.yaml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9c428986..7cf00f80 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -24,7 +24,7 @@ jobs: - "3.12" steps: # yamllint disable-line rule:line-length - - uses: paddyroddy/.github/actions/python/tox@18d8678a5aea33da18556ae7823433325631dadd # v0 + - uses: paddyroddy/.github/actions/python/tox@c1d8426fe621d0826a57cb5de36bf9f8cabde150 # v0 with: cache-path: |- .tox diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc994f57..99ecf936 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/paddyroddy/.github - rev: v0.195.0 + rev: v0.210.0 hooks: - id: general-hooks - id: python-hooks