Skip to content

Commit

Permalink
Consistently use the same checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
robx committed Aug 24, 2022
1 parent 3779445 commit 906fac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 906fac2

Please sign in to comment.