Skip to content

Commit

Permalink
ci(deps): atualizar a action de deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeLNJunior committed Mar 2, 2024
1 parent fd7aebf commit 3423aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
permissions:
deployments: write
steps:
- uses: JorgeLNJunior/[email protected].3
- uses: JorgeLNJunior/[email protected].4
with:
service_id: ${{ secrets.BACKEND_RENDER_SERVICE_ID }}
api_key: ${{ secrets.RENDER_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
permissions:
deployments: write
steps:
- uses: JorgeLNJunior/[email protected].3
- uses: JorgeLNJunior/[email protected].4
with:
service_id: ${{ secrets.FRONTEND_RENDER_SERVICE_ID }}
api_key: ${{ secrets.RENDER_API_KEY }}
Expand Down

0 comments on commit 3423aef

Please sign in to comment.