From 906fac2dd639911e4e2c9f4398fa82c6ecb1da14 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Wed, 24 Aug 2022 17:06:16 +0200 Subject: [PATCH] Consistently use the same checkout action --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c706abd73..e1e8aa49f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -220,7 +220,7 @@ jobs: env: GITHUB_COMMIT: ${{ github.sha }} steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - id: Remote-Dir name: Unique directory name for the remote build run: echo "::set-output name=remotepath::postgrest-build-$(uuidgen)"