Skip to content

Commit 4721fb6

Browse files
committed
Bump to actions/checkout@v4
actions/checkout@v3 uses nodejs 16 that is deprecated
1 parent 3ae4c96 commit 4721fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
database: pgsql
8989
steps:
9090
- name: Check out repository code
91-
uses: actions/checkout@v3
91+
uses: actions/checkout@v4
9292
with:
9393
path: plugin
9494

0 commit comments

Comments
 (0)