Skip to content

Commit

Permalink
Update to newer action for checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ukd1 committed Mar 21, 2024
1 parent d1bba49 commit 90b4b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
ports:
- 5432:5432
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install postgresql-client
run: |
sudo apt-get update
Expand Down

0 comments on commit 90b4b0b

Please sign in to comment.