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

Commit

Permalink
Merge pull request #111 from TeenBiscuits/dependabot/github_actions/J…
Browse files Browse the repository at this point in the history
…etBrains/writerside-github-action-5

Bump JetBrains/writerside-github-action from 4 to 5
  • Loading branch information
TeenBiscuits authored Apr 1, 2024
2 parents c1d952a + 25efbae commit a2914f0
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 a2914f0

Please sign in to comment.