From ed1f3ccce2fad73fb6dd94b5e1353406f7050db7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 17:55:47 -0400 Subject: [PATCH] Bump katydecorah/documentation-action from 1.3.0 to 1.4.0 (#125) Bumps [katydecorah/documentation-action](https://github.com/katydecorah/documentation-action) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/katydecorah/documentation-action/releases) - [Commits](https://github.com/katydecorah/documentation-action/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: katydecorah/documentation-action 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/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 61adf1a..eb46a97 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3 - name: Documentation action id: documentation - uses: katydecorah/documentation-action@v1.3.0 + uses: katydecorah/documentation-action@v1.4.0 with: example-workflow-file: "weather.yml" - name: Commit files