Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

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 c54fea4 commit 25efbae
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 @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4

- name: Construir documentación de Writerside usando Docker
uses: JetBrains/writerside-github-action@v4
uses: JetBrains/writerside-github-action@v5
with:
instance: ${{ env.INSTANCE }}
artifact: ${{ env.ARTIFACT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4

- name: Construir documentación de Writerside usando Docker
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 25efbae

Please sign in to comment.