Skip to content

Commit c77687b

Browse files
Merge pull request #27 from Rajesh-Nagarajan-11/ver
Version
2 parents 17830cb + 839e504 commit c77687b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@v4
12+
uses: actions/checkout@master
1313

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

.github/workflows/preview-site.yml

Lines changed: 1 addition & 1 deletion
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@4
15+
uses: actions/checkout@v2.3.1
1616

1717
- name: Download Site dir
1818
uses: dawidd6/action-download-artifact@v11

0 commit comments

Comments
 (0)