Skip to content

Commit 4ee2b74

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.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 repo
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424

2525
- name: Use Node ${{ matrix.node }}
2626
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)