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 Mar 18, 2024
1 parent 30a80d8 commit 7862469
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 @@ -65,7 +65,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 @@ -54,7 +54,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 7862469

Please sign in to comment.