Skip to content

Commit 5248435

Browse files
committed
Use actions/checkout@v5
1 parent 2801e6a commit 5248435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

5151
# Step: Check out the code.
5252
- name: Checkout code
53-
uses: actions/checkout@v3
53+
uses: actions/checkout@v5
5454

5555
# Step: Define how to cache deps. Restores existing cache if present.
5656
- name: Cache deps

0 commit comments

Comments
 (0)