From e0c02e1653f77a981520395174b73670c04d7f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 15:59:09 +0000 Subject: [PATCH] build(deps): bump JetBrains/writerside-github-action from 4 to 5 Bumps [JetBrains/writerside-github-action](https://github.com/jetbrains/writerside-github-action) from 4 to 5. - [Release notes](https://github.com/jetbrains/writerside-github-action/releases) - [Commits](https://github.com/jetbrains/writerside-github-action/compare/v4...v5) --- updated-dependencies: - dependency-name: JetBrains/writerside-github-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 ca947d2..0513157 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v3 - name: Build Writerside docs using Docker - uses: JetBrains/writerside-github-action@v4 + uses: JetBrains/writerside-github-action@v5 with: instance: ${{ env.INSTANCE }} artifact: ${{ env.ARTIFACT }}