From ab7d11b52c34822b44c8f10daf7d7679dcdf28e4 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 8 Sep 2023 07:04:12 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3592b2..6d2cae2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Setup PostgresSQL using this action. ```yaml ... steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup PostgreSQL uses: tj-actions/setup-postgresql@v1 with: