Skip to content

Commit bb32f09

Browse files
chore(deps): update actions/checkout action to v4
1 parent 663602a commit bb32f09

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
@@ -20,7 +20,7 @@ jobs:
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2424
- name: Use Node.js ${{ matrix.node-version }}
2525
uses: actions/setup-node@v2
2626
with:

0 commit comments

Comments
 (0)