Consistently use the same checkout action
This commit is contained in:
@@ -220,7 +220,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_COMMIT: ${{ github.sha }}
|
GITHUB_COMMIT: ${{ github.sha }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v3
|
||||||
- id: Remote-Dir
|
- id: Remote-Dir
|
||||||
name: Unique directory name for the remote build
|
name: Unique directory name for the remote build
|
||||||
run: echo "::set-output name=remotepath::postgrest-build-$(uuidgen)"
|
run: echo "::set-output name=remotepath::postgrest-build-$(uuidgen)"
|
||||||
|
|||||||
Reference in New Issue
Block a user