Skip to content

Commit

Permalink
Bump build workflow action versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon24 committed Mar 9, 2024
1 parent 8b9f49b commit 7934bb6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

- run: ./run.sh ci-install
- run: ./run.sh ci-run

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7934bb6

Please sign in to comment.