Skip to content

Commit a435a6c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2525
- name: Use Node.js ${{ matrix.node-version }}
2626
uses: actions/setup-node@v2
2727
with:

0 commit comments

Comments
 (0)