From 3ae2c8559f393775d791e788acb341772c132598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:21:39 +0000 Subject: [PATCH] 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index da8cf1a..42b4280 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,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 }}