Skip to content

Commit 4cbeaa2

Browse files
Renovate: paddyroddy/.github (minor) (#410)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [paddyroddy/.github](https://redirect.github.com/paddyroddy/.github) | repository | minor | `v0.219.0` -> `v0.220.0` | | [paddyroddy/.github](https://redirect.github.com/paddyroddy/.github) | action | digest | `3e1a2b8` -> `cae0239` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>paddyroddy/.github (paddyroddy/.github)</summary> ### [`v0.220.0`](https://redirect.github.com/paddyroddy/.github/compare/v0.219.0...v0.220.0) [Compare Source](https://redirect.github.com/paddyroddy/.github/compare/v0.219.0...v0.220.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astro-informatics/sleplet). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b8734ec commit 4cbeaa2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id-token: write
1818
steps:
1919
# yamllint disable-line rule:line-length
20-
- uses: paddyroddy/.github/actions/python/deployment@3e1a2b80b284aec564659d75edc49499885c8d54 # v0
20+
- uses: paddyroddy/.github/actions/python/deployment@cae02393710f18f5fbacd9545d1a38f0d661758e # v0
2121
with:
2222
pyproject-toml: ./pyproject.toml
2323
python-version: "3.12"

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
# yamllint disable-line rule:line-length
16-
- uses: paddyroddy/.github/actions/python/pdoc@3e1a2b80b284aec564659d75edc49499885c8d54 # v0
16+
- uses: paddyroddy/.github/actions/python/pdoc@cae02393710f18f5fbacd9545d1a38f0d661758e # v0
1717
with:
1818
docs-dependency-section: .[docs]
1919
gh-pages-publish-directory: ./html/sleplet

.github/workflows/licence.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
# yamllint disable-line rule:line-length
13-
- uses: paddyroddy/.github/actions/licence@3e1a2b80b284aec564659d75edc49499885c8d54 # v0
13+
- uses: paddyroddy/.github/actions/licence@cae02393710f18f5fbacd9545d1a38f0d661758e # v0
1414
with:
1515
github-token: ${{ secrets.GITHUB_TOKEN }}
1616
licence-file: ./LICENCE.txt

.github/workflows/links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
timeout-minutes: 2
1515
steps:
1616
# yamllint disable-line rule:line-length
17-
- uses: paddyroddy/.github/actions/links@3e1a2b80b284aec564659d75edc49499885c8d54 # v0
17+
- uses: paddyroddy/.github/actions/links@cae02393710f18f5fbacd9545d1a38f0d661758e # v0
1818
with:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
# yamllint disable-line rule:line-length
16-
- uses: paddyroddy/.github/actions/linting@3e1a2b80b284aec564659d75edc49499885c8d54 # v0
16+
- uses: paddyroddy/.github/actions/linting@cae02393710f18f5fbacd9545d1a38f0d661758e # v0
1717
with:
1818
pre-commit-config: ./.pre-commit-config.yaml

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- "3.12"
2525
steps:
2626
# yamllint disable-line rule:line-length
27-
- uses: paddyroddy/.github/actions/python/tox@3e1a2b80b284aec564659d75edc49499885c8d54 # v0
27+
- uses: paddyroddy/.github/actions/python/tox@cae02393710f18f5fbacd9545d1a38f0d661758e # v0
2828
with:
2929
cache-path: |-
3030
.tox

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/paddyroddy/.github
4-
rev: v0.219.0
4+
rev: v0.220.0
55
hooks:
66
- id: general-hooks
77
- id: python-hooks

0 commit comments

Comments
 (0)