btcguide / btcguide.github.io

https://btcguide.github.io/
MIT License
90 stars 49 forks source link

Bump rojopolis/spellcheck-github-actions from 0.22.1 to 0.28.0 #115

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps rojopolis/spellcheck-github-actions from 0.22.1 to 0.28.0.

Release notes

Sourced from rojopolis/spellcheck-github-actions's releases.

0.28.0, 2022-11-16, maintenance release, update not required

0.27.0, 2022-09-09, feature release, update not required

0.26.0, 2022-08-04, maintenance release, update recommended

0.25.0, 2022-07-08, maintenance release, update recommended

0.24.0, 2022-05-17, feature release, update not required

  • @​riccardoporreca created issue #68 requested the ability to create an output artifact.

    With release 0.24.0 this is now available.

    The action configuration has to have the output_file parameter specified, which is a new optional parameter.

    name: Spellcheck Action
    

    on: workflow_dispatch: push:

    jobs: build: name: Spellcheck runs-on: ubuntu-latest steps:

    - uses: actions/checkout@v3
    
    - uses: rojopolis/spellcheck-github-actions@0.24.0
      name: Spellcheck (no output file)
      with:
        source_files: README.md CHANGELOG.md
    
    - uses: rojopolis/spellcheck-github-actions@0.24.0
      name: Spellcheck (with output file)
    

... (truncated)

Changelog

Sourced from rojopolis/spellcheck-github-actions's changelog.

0.28.0, 2022-11-16, maintenance release, update not required

0.27.0, 2022-09-09, feature release, update not required

0.26.0, 2022-08-04, maintenance release, update recommended

0.25.0, 2022-07-08, maintenance release, update recommended

0.24.0, 2022-05-17, feature release, update not required

  • @​riccardoporreca created issue #68 requested the ability to create an output artifact.

    With release 0.24.0 this is now available.

    The action configuration has to have the output_file parameter specified, which is a new optional parameter.

    name: Spellcheck Action
    

    on: workflow_dispatch: push:

    jobs: build: name: Spellcheck runs-on: ubuntu-latest steps:

    - uses: actions/checkout@v3
    
    - uses: rojopolis/spellcheck-github-actions@0.24.0
      name: Spellcheck (no output file)
      with:
        source_files: README.md CHANGELOG.md
    
    - uses: rojopolis/spellcheck-github-actions@0.24.0
      name: Spellcheck (with output file)
    

... (truncated)

Commits
  • 11f10c2 Preparing maintenance release 0.28.0
  • e280e94 Rolled back to 3.10.8 base image, 3.11.0 does not build, have isolated to ded...
  • a690a67 Merge pull request #130 from rojopolis/dependabot/docker/python-3.11.0-slim-b...
  • 710ddb1 Bump python from 3.10.8-slim-bullseye to 3.11.0-slim-bullseye
  • b1de076 Merge pull request #129 from rojopolis/snyk-fix-3491d43bc809917695ade66cfb9ee387
  • 0e642ee fix: Dockerfile to reduce vulnerabilities
  • 8ee8d65 Merge pull request #120 from rojopolis/dependabot/github_actions/nosborn/gith...
  • 63dfcf1 Bump nosborn/github-action-markdown-cli from 3.1.0 to 3.2.0
  • dfb41c3 Bumped to version 0.27.0
  • bfeff74 Minor correction to filename naming, for a dot
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #120.