From 67fd8ad66e81737898fb4401345db02e4eff42af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 02:55:20 +0000 Subject: [PATCH] Bump katydecorah/documentation-action from 1.4.0 to 1.5.0 Bumps [katydecorah/documentation-action](https://github.com/katydecorah/documentation-action) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/katydecorah/documentation-action/releases) - [Commits](https://github.com/katydecorah/documentation-action/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: katydecorah/documentation-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 61edc0f8..cc61cdc1 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Documentation action id: documentation - uses: katydecorah/documentation-action@v1.4.0 + uses: katydecorah/documentation-action@v1.5.0 with: example-workflow-file: "bookmarks.yml" additional-workflow-file-prefix: "bookmarks"