Skip to content

Commit 1e32273

Browse files
⬆️ upgrade actions/checkout action to v5
1 parent 267653f commit 1e32273

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
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout repo
13-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
13+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1414

1515
- name: Use Node
1616
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)