Skip to content

Commit c361895

Browse files
committed
chore: update Netlify action version in deployment workflow for consistency
1 parent 2ce01cd commit c361895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Deploy to Netlify (Production)
5858
if: github.event_name == 'push'
59-
uses: nwtgck/actions-netlify@v3.0
59+
uses: nwtgck/actions-netlify@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654
6060
with:
6161
publish-dir: "./docs"
6262
production-branch: master
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Deploy to Netlify (Preview)
7171
if: github.event_name == 'pull_request'
72-
uses: nwtgck/actions-netlify@v3.0
72+
uses: nwtgck/actions-netlify@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654 # v3.0
7373
with:
7474
publish-dir: "./docs"
7575
production-branch: master

0 commit comments

Comments
 (0)