Skip to content

Commit 15d1d3c

Browse files
chore(deps) Update actions/checkout action to v4 (#229)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e8cafb commit 15d1d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
access_token: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- name: ⬇️ Checkout
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v4
2929

3030
- name: ⎔ Setup node ${{ matrix.node }}
3131
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)