Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2022
1 parent 88750ae commit 09b3e2c
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.3.0
- uses: readmeio/rdme@7.5.0
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.3.0
- uses: readmeio/rdme@7.5.0
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.3.0
- uses: readmeio/rdme@7.5.0
name: Validate 2.0 (yaml)
with:
rdme: validate 2.0/yaml/petstore.yaml

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

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

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

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

0 comments on commit 09b3e2c

Please sign in to comment.