Skip to content

Commit e2cffd3

Browse files
update actions to use hash for release version
1 parent fdcb2f6 commit e2cffd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
permissions:
1010
deployments: write
1111
steps:
12-
- uses: JorgeLNJunior/[email protected]
12+
- uses: JorgeLNJunior/render-deploy@9978fcd7ae237039fc3337c47ac2e1018d693df3 #v1.4.5
1313
with:
1414
service_id: ${{ secrets.RENDER_DEV_BACKEND_SERVICE_ID }}
1515
api_key: ${{ secrets.RENDER_API_KEY }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
permissions:
1010
deployments: write
1111
steps:
12-
- uses: JorgeLNJunior/[email protected]
12+
- uses: JorgeLNJunior/render-deploy@9978fcd7ae237039fc3337c47ac2e1018d693df3 #v1.4.5
1313
with:
1414
service_id: ${{ secrets.RENDER_BACKEND_SERVICE_ID }}
1515
api_key: ${{ secrets.RENDER_API_KEY }}

0 commit comments

Comments
 (0)