Skip to content

Commit

Permalink
Update GH actions' versions
Browse files Browse the repository at this point in the history
  • Loading branch information
IdoKendo committed Dec 13, 2022
1 parent 60c17a3 commit 4cb77c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3

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

Expand All @@ -36,6 +36,6 @@ jobs:

- name: upload coverage to Codecov
if: "matrix.python-version == '3.11'"
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true

0 comments on commit 4cb77c9

Please sign in to comment.