Skip to content

Commit

Permalink
update setup-python/buildx/codecov actions
Browse files Browse the repository at this point in the history
nodejs 12 actions are being deprecated, so
we should update the setup-python, codecov,
and buildx actions to be latest (v4 v3, and
v2) that will have the newest version of
nodeJS.

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Oct 16, 2022
1 parent 8d2750c commit 08a15de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: python linting
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v1
- uses: actions/setup-python@v4
with:
python-version: 3.6
- uses: actions/checkout@v3
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
fi
- name: docker buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
if: matrix.needs_buildx

- name: docker-run-checks
Expand All @@ -160,7 +160,7 @@ jobs:
if: success() && matrix.coverage && matrix.image == 'bionic'
env:
DOCKER_REPO:
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
flags: ci-basic

Expand Down

0 comments on commit 08a15de

Please sign in to comment.