Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent 1b5f306 commit c613fe7
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-static-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ on:

jobs:
static:
uses: nolte/gh-plumbing/.github/workflows/reusable-pre-commit.yaml@v1.1.7
uses: nolte/gh-plumbing/.github/workflows/reusable-pre-commit.yaml@v1.1.10

security:
uses: nolte/gh-plumbing/.github/workflows/reusable-trivy.yaml@v1.1.7
uses: nolte/gh-plumbing/.github/workflows/reusable-trivy.yaml@v1.1.10
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status

chain-bench:
uses: nolte/gh-plumbing/.github/workflows/reusable-chain-bench.yaml@v1.1.7
uses: nolte/gh-plumbing/.github/workflows/reusable-chain-bench.yaml@v1.1.10
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/release-cd-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
cp -R src/* ./build/nolte-styles/
cp -R src/.vale.ini ./build/nolte-styles/.vale.ini
- uses: vimtor/action-zip@v1.1
- uses: vimtor/action-zip@v1.2
with:
files: ./build/
dest: nolte-styles.zip
recursive: true

- name: Upload Release
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
with:
artifacts: "nolte-styles.zip"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-cd-deliver-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
publish_docs:
uses: nolte/gh-plumbing/.github/workflows/reusable-mkdocs.yaml@v1.1.7
uses: nolte/gh-plumbing/.github/workflows/reusable-mkdocs.yaml@v1.1.10
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-cd-refresh-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
refresh_presentation_branch:
uses: nolte/gh-plumbing/.github/workflows/reusable-release-cd-refresh-master.yml@v1.1.7
uses: nolte/gh-plumbing/.github/workflows/reusable-release-cd-refresh-master.yml@v1.1.10
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
update_release_draft:
uses: nolte/gh-plumbing/.github/workflows/reusable-release-drafter.yml@v1.1.7
uses: nolte/gh-plumbing/.github/workflows/reusable-release-drafter.yml@v1.1.10
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-yaml
exclude: "{{cookiecutter.module_slug}}/*"
Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdocs-include-markdown-plugin==6.0.4
mkdocs-material==9.5.3
mkdocs==1.5.3
pre-commit==3.6.0
pymdown-extensions==10.7
mkdocs-include-markdown-plugin==6.2.2
mkdocs-material==9.5.39
mkdocs==1.6.1
pre-commit==4.0.0
pymdown-extensions==10.11.2

0 comments on commit c613fe7

Please sign in to comment.