Skip to content

Commit e128a98

Browse files
authored
Update ci-cd.yml
update to use checkout v4
1 parent 09cbcf1 commit e128a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
# Checkout code just once
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323

2424
# Setup Node.js only once
2525
- name: Setup Node.js

0 commit comments

Comments
 (0)