Skip to content

Commit e4d8177

Browse files
chore(deps): update actions/checkout action to v4 (#811)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 78c558c commit e4d8177

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
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@v4
3535

3636
- name: Setup Node.js ${{ matrix.node }}
3737
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)