Skip to content

Commit

Permalink
chore(deps): bump readmeio/rdme from 7.5.0 to 8.0.1 (#47)
Browse files Browse the repository at this point in the history
Bumps [readmeio/rdme](https://github.com/readmeio/rdme) from 7.5.0 to 8.0.1.
- [Release notes](https://github.com/readmeio/rdme/releases)
- [Changelog](https://github.com/readmeio/rdme/blob/main/CHANGELOG.md)
- [Commits](readmeio/rdme@7.5.0...8.0.1)

---
updated-dependencies:
- dependency-name: readmeio/rdme
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2022
1 parent 5bb4bfa commit 0e59a4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
name: Check out repository # the `name` field is optional for steps

- uses: readmeio/rdme@7.5.0
- uses: readmeio/rdme@8.0.1
name: Run sync command
with:
# See our docs for more examples on using GitHub Secrets:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,34 +19,34 @@ jobs:
- uses: actions/checkout@v3
name: Check out repository # the `name` field is optional for steps

- uses: readmeio/rdme@7.5.0
- uses: readmeio/rdme@8.0.1
name: Validate 2.0 (json)
with:
# See our `rdme` docs for more GitHub Actions usage examples:
# https://docs.readme.com/docs/rdme
rdme: validate 2.0/json/petstore.json

- uses: readmeio/rdme@7.5.0
- uses: readmeio/rdme@8.0.1
name: Validate 2.0 (yaml)
with:
rdme: validate 2.0/yaml/petstore.yaml

- uses: readmeio/rdme@7.5.0
- uses: readmeio/rdme@8.0.1
name: Validate 3.0 (json)
with:
rdme: validate 3.0/json/petstore.json

- uses: readmeio/rdme@7.5.0
- uses: readmeio/rdme@8.0.1
name: Validate 3.0 (yaml)
with:
rdme: validate 3.0/yaml/petstore.yaml

- uses: readmeio/rdme@7.5.0
- uses: readmeio/rdme@8.0.1
name: Validate 3.1 (json)
with:
rdme: validate 3.1/json/petstore.json

- uses: readmeio/rdme@7.5.0
- uses: readmeio/rdme@8.0.1
name: Validate 3.1 (yaml)
with:
rdme: validate 3.1/yaml/petstore.yaml

0 comments on commit 0e59a4f

Please sign in to comment.