Consistently use the same checkout action

This commit is contained in:
Robert Vollmert
2022-08-24 23:50:00 +02:00
committed by Robert
parent 377944502d
commit 906fac2dd6
+1 -1
View File
@@ -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)"