From 09b3e2caa4aa5c8dbe5df0688129201dabf3dd3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 14:23:06 -0700 Subject: [PATCH] chore(deps): bump readmeio/rdme from 7.3.0 to 7.5.0 (#37) 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](https://github.com/readmeio/rdme/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/sync.yml | 2 +- .github/workflows/validate.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index e27da0b..a48b4c5 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -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: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index f7ba7b9..b1db415 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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