Skip to content

Commit

Permalink
update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonejt committed Dec 4, 2023
1 parent de6f8db commit 8522ca0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

env:
ENV: testing
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

jobs:
test:
Expand All @@ -22,7 +23,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
python-version: "3.x"

- name: Install Dependencies
run: |
Expand All @@ -36,7 +37,9 @@ jobs:
pipenv run coverage xml
- name: Codecov
uses: codecov/[email protected]
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

analyze:
runs-on: ubuntu-latest
Expand All @@ -51,7 +54,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 8522ca0

Please sign in to comment.