Skip to content

Commit

Permalink
Merge pull request #18 from mattpolzin/mattpolzin-patch-1
Browse files Browse the repository at this point in the history
Update CI action versions
  • Loading branch information
mattpolzin authored Jan 14, 2023
2 parents 649dd13 + f85ca45 commit 75b9310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Dependencies
run: apt-get update && apt-get -y install git libpq-dev libpq5 libc6-dev
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build pg-idris
run: make && make install
- name: Build example project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Dependencies
run: apt-get update && apt-get -y install git libpq-dev libpq5 libc6-dev
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build pg-idris
run: make && make install
- name: Test pg-idris
Expand Down

0 comments on commit 75b9310

Please sign in to comment.