Skip to content

Commit

Permalink
Bump JetBrains/writerside-github-action from 4 to 5
Browse files Browse the repository at this point in the history
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](JetBrains/writerside-github-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent 4bd0f78 commit 07c7061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
php src/native_names.php
- name: Build documentation
uses: JetBrains/writerside-github-action@v4
uses: JetBrains/writerside-github-action@v5
with:
instance: ${{ env.INSTANCE }}
artifact: ${{ env.ARTIFACT_DOCS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
php src/native_names.php
- name: Build documentation
uses: JetBrains/writerside-github-action@v4
uses: JetBrains/writerside-github-action@v5
with:
instance: ${{ env.INSTANCE }}
artifact: ${{ env.ARTIFACT }}
Expand Down

0 comments on commit 07c7061

Please sign in to comment.