Skip to content

Commit

Permalink
Merge pull request #186 from nyaruka/update-CI-actions
Browse files Browse the repository at this point in the history
Update Github actions to latest versions
  • Loading branch information
rowanseymour committed May 16, 2024
2 parents 6d30b49 + 2a911b0 commit 600bf7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install PostgreSQL
uses: harmon758/postgresql-action@v1
Expand All @@ -22,7 +22,7 @@ jobs:
postgresql password: nyaruka

- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -47,7 +47,7 @@ jobs:
- name: Upload coverage
if: success()
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand All @@ -59,10 +59,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10.x"

Expand Down

0 comments on commit 600bf7d

Please sign in to comment.