Skip to content

Commit 17830cb

Browse files
Merge pull request #26 from Rajesh-Nagarajan-11/ver
updated to stable version
2 parents cc0b20b + 4e3fc2c commit 17830cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-preview-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout 🛎️
12-
uses: actions/checkout@v6
12+
uses: actions/checkout@v4
1313

1414
- name: Install and Build 🔧
1515
run: |

.github/workflows/preview-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.event.workflow_run.conclusion == 'success'
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@4
1616

1717
- name: Download Site dir
1818
uses: dawidd6/action-download-artifact@v11
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Deploy to Netlify
3232
id: netlify
33-
uses: nwtgck/actions-netlify@v3
33+
uses: nwtgck/actions-netlify@v1.1
3434
with:
3535
publish-dir: 'public'
3636
production-deploy: false

0 commit comments

Comments
 (0)