From 41a4d9381129e8f87d51e0c8f3b7bfc04a34e8bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 21:16:58 +0000 Subject: [PATCH] chore(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/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5f963d24ab..e400b01410 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v4 - 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 }}