From f55a746d5a29a88706aa22ed61237e5e7cdd4dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 05:38:00 +0000 Subject: [PATCH] Bump sersoft-gmbh/swifty-docs-action from 2 to 3 Bumps [sersoft-gmbh/swifty-docs-action](https://github.com/sersoft-gmbh/swifty-docs-action) from 2 to 3. - [Release notes](https://github.com/sersoft-gmbh/swifty-docs-action/releases) - [Commits](https://github.com/sersoft-gmbh/swifty-docs-action/compare/v2...v3) --- updated-dependencies: - dependency-name: sersoft-gmbh/swifty-docs-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 594cb44..fcd4c57 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -76,7 +76,7 @@ jobs: key: ${{ runner.os }}-${{ steps.os-version.outputs.version }}-spm-${{ steps.swift-setup.outputs.version }}-${{ hashFiles('**/Package.resolved') }} restore-keys: | ${{ runner.os }}-${{ steps.os-version.outputs.version }}-spm-${{ steps.swift-setup.outputs.version }}- - - uses: sersoft-gmbh/swifty-docs-action@v2 + - uses: sersoft-gmbh/swifty-docs-action@v3 env: ENABLE_DOCC_SUPPORT: '1' DOCC_JSON_PRETTYPRINT: 'YES'