Skip to content

Commit

Permalink
Update setup-postgres action to use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarlaird committed Apr 4, 2024
1 parent 27c839a commit 35951a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
# set $USER to the current user
- uses: oscarlaird/setup-postgres@v2
- uses: oscarlaird/setup-postgres@main
with:
postgres-version: ${{ matrix.postgres }}
dev-files: true
Expand Down

0 comments on commit 35951a3

Please sign in to comment.