Skip to content

Commit 5abcc43

Browse files
Update actions/checkout action to v6
1 parent 3681a81 commit 5abcc43

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
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout Code
23-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
23+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2424
- name: Install Node
2525
uses: volta-cli/action@v4
2626
with:

0 commit comments

Comments
 (0)