Skip to content

Commit 69c22f2

Browse files
chore(deps): update actions/checkout action to v4
1 parent 9ebbd2a commit 69c22f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
# checkout this repo
1212
- name: Checkout Repo
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
- name: Sleep for 30s
1515
run: sleep 30
1616
- name: Github-pages-MAIN => Algolia crawler creation and recrawl (Push on Main branch)

.github/workflows/netlify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
# checkout this repo
1414
- name: Checkout Repo
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
- name: Sleep for 30s
1717
run: sleep 30
1818
- name: Netlify-PR => Algolia crawler creation and recrawl on preview (Pull Request)

0 commit comments

Comments
 (0)