From 844b2ca71ebed5bfad20c39589fc758a3a365628 Mon Sep 17 00:00:00 2001 From: Chris Patterson Date: Thu, 15 Aug 2019 12:59:17 -0400 Subject: [PATCH] Fixed typo in checkout --- .github/workflows/postgres-service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/postgres-service.yml b/.github/workflows/postgres-service.yml index 4f250b7..9699620 100644 --- a/.github/workflows/postgres-service.yml +++ b/.github/workflows/postgres-service.yml @@ -22,6 +22,6 @@ jobs: - 6379:6379 steps: - - uses: actions/checkout@mv1 + - uses: actions/checkout@v1 - run: node client.js working-directory: ./postgres/