Skip to content

Commit

Permalink
use more recent api
Browse files Browse the repository at this point in the history
use jun2023
  • Loading branch information
njnes committed Aug 22, 2023
1 parent fb3f001 commit 428dc9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
container: monetdb/dev-builds:default

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
run: |
mkdir build && cd build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
build:

runs-on: ubuntu-latest
container: monetdb/dev-builds:Oct2020
container: monetdb/dev-builds:Jun2023

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install MonetDBe
run: pip install monetdbe
Expand Down

0 comments on commit 428dc9c

Please sign in to comment.