Skip to content

Commit

Permalink
try action checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglimEar committed May 30, 2024
1 parent 6a50288 commit 8d65708
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@ jobs:
POSTGRES_DB: disclosure-backend
POSTGRES_PASSWORD: app_password
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check setup
run: |
git -v
ls -al .git
psql -l
echo "c1,c2" > test.csv
echo "a,b" >> test.csv
Expand Down

0 comments on commit 8d65708

Please sign in to comment.