Skip to content

Commit fa31cf9

Browse files
Update actions/checkout action to v6
1 parent 13d9ae2 commit fa31cf9

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
@@ -24,7 +24,7 @@ jobs:
2424
database__connection__password: root
2525
name: Node ${{ matrix.node }} - ${{ matrix.env.DB }}
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v6
2828
- uses: actions/setup-node@v4
2929
with:
3030
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)