Skip to content

Commit ee559b9

Browse files
chore(deps): update all dependencies
1 parent 16c1659 commit ee559b9

9 files changed

Lines changed: 12 additions & 12 deletions

.github/workflows/automerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
automerge:
22-
uses: nolte/gh-plumbing/.github/workflows/reusable-automerge.yaml@v1.1.19
22+
uses: nolte/gh-plumbing/.github/workflows/reusable-automerge.yaml@v1.1.25
2323
secrets:
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525
permissions:

.github/workflows/build-static-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ on:
33

44
jobs:
55
static:
6-
uses: nolte/gh-plumbing/.github/workflows/reusable-pre-commit.yaml@v1.1.19
6+
uses: nolte/gh-plumbing/.github/workflows/reusable-pre-commit.yaml@v1.1.25
77

88
security:
9-
uses: nolte/gh-plumbing/.github/workflows/reusable-trivy.yaml@v1.1.19
9+
uses: nolte/gh-plumbing/.github/workflows/reusable-trivy.yaml@v1.1.25
1010
permissions:
1111
contents: read # for actions/checkout to fetch code
1212
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
1313
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
1414

1515
chain-bench:
16-
uses: nolte/gh-plumbing/.github/workflows/reusable-chain-bench.yaml@v1.1.19
16+
uses: nolte/gh-plumbing/.github/workflows/reusable-chain-bench.yaml@v1.1.25
1717
secrets:
1818
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-cd-deliver-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
publish_docs:
11-
uses: nolte/gh-plumbing/.github/workflows/reusable-mkdocs.yaml@v1.1.19
11+
uses: nolte/gh-plumbing/.github/workflows/reusable-mkdocs.yaml@v1.1.25
1212
secrets:
1313
token: ${{ secrets.GITHUB_TOKEN }}
1414
permissions:

.github/workflows/release-cd-refresh-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
refresh_presentation_branch:
11-
uses: nolte/gh-plumbing/.github/workflows/reusable-release-cd-refresh-master.yml@v1.1.19
11+
uses: nolte/gh-plumbing/.github/workflows/reusable-release-cd-refresh-master.yml@v1.1.25
1212
secrets:
1313
token: ${{ secrets.GITHUB_TOKEN }}
1414
permissions:

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
update_release_draft:
16-
uses: nolte/gh-plumbing/.github/workflows/reusable-release-drafter.yml@v1.1.19
16+
uses: nolte/gh-plumbing/.github/workflows/reusable-release-drafter.yml@v1.1.25
1717
permissions:
1818
# write permission is required to create a github release
1919
contents: write

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
2222
jobs:
2323
publish_release:
24-
uses: nolte/gh-plumbing/.github/workflows/reusable-release-publish.yml@v1.1.19
24+
uses: nolte/gh-plumbing/.github/workflows/reusable-release-publish.yml@v1.1.25
2525
with:
2626
tag: ${{ inputs.tag }}
2727
dry_run: ${{ inputs.dry_run }}

.github/workflows/spelling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ permissions:
88

99
jobs:
1010
spelling:
11-
uses: nolte/gh-plumbing/.github/workflows/reusable-spelling-vale.yaml@v1.1.19
11+
uses: nolte/gh-plumbing/.github/workflows/reusable-spelling-vale.yaml@v1.1.25

renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": [
3-
"github>nolte/gh-plumbing//renovate-configs/common#v1.1.12",
3+
"github>nolte/gh-plumbing//renovate-configs/common#v1.1.25",
44
"group:all"
55
]
66
}

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
mkdocs-include-markdown-plugin==7.2.2
1+
mkdocs-include-markdown-plugin==7.3.0
22
mkdocs-material==9.7.6
33
mkdocs-static-i18n==1.3.1
44
mkdocs==1.6.1
5-
pymdown-extensions==10.21.2
5+
pymdown-extensions==11.0

0 commit comments

Comments
 (0)