From 5ab0f1cb922fd6e0fac2d11d7f5ac9e8f8e48da1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 20:50:54 -0700 Subject: [PATCH] chore(deps): bump readmeio/rdme from 7.0.3 to 7.2.0 (#24) Bumps [readmeio/rdme](https://github.com/readmeio/rdme) from 7.0.3 to 7.2.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.0.3...7.2.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 d3541c9..75f00bf 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.0.3 + - uses: readmeio/rdme@7.2.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 a109501..dfa89f5 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -16,34 +16,34 @@ jobs: - uses: actions/checkout@v3 name: Check out repository # the `name` field is optional for steps - - uses: readmeio/rdme@7.0.3 + - uses: readmeio/rdme@7.2.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.0.3 + - uses: readmeio/rdme@7.2.0 name: Validate 2.0 (yaml) with: rdme: validate 2.0/yaml/petstore.yaml - - uses: readmeio/rdme@7.0.3 + - uses: readmeio/rdme@7.2.0 name: Validate 3.0 (json) with: rdme: validate 3.0/json/petstore.json - - uses: readmeio/rdme@7.0.3 + - uses: readmeio/rdme@7.2.0 name: Validate 3.0 (yaml) with: rdme: validate 3.0/yaml/petstore.yaml - - uses: readmeio/rdme@7.0.3 + - uses: readmeio/rdme@7.2.0 name: Validate 3.1 (json) with: rdme: validate 3.1/json/petstore.json - - uses: readmeio/rdme@7.0.3 + - uses: readmeio/rdme@7.2.0 name: Validate 3.1 (yaml) with: rdme: validate 3.1/yaml/petstore.yaml