File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout Repository
24- uses : actions/checkout@v3
24+ uses : actions/checkout@v4
2525
2626 - name : Set up Node.js
2727 uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 1818 steps :
1919 # Step 1: Check out the repository
2020 - name : Check out repository
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2222
2323 # Step 2: Set up environment if required (e.g., installing Aspell)
2424 - name : Install Aspell
Original file line number Diff line number Diff line change 2323
2424 # Step 1 - Check out the repository
2525 - name : Check out repository
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727
2828 # Step 2 - Pull changes
2929 - name : Pull remote Changes
You can’t perform that action at this time.
0 commit comments